@AccessLevel(value=EXTERNAL)
public interface Link
extends curam.util.persistence.StandardEntity, curam.util.persistence.Insertable, curam.util.persistence.OptimisticLockModifiable, curam.util.persistence.Removable
Modifier and Type | Method and Description |
---|---|
Image |
getImage()
Returns an image for this link.
|
java.lang.String |
getName()
Retrieves the name of this link.
|
java.lang.String |
getTarget()
Retrieves the link URL.
|
boolean |
isExternal()
Retrieves if the link is to an external destination.
|
boolean |
isModal()
Retrieves if the link is modal.
|
void |
setExternal(boolean value)
Sets if the link is to an external site or not.
|
void |
setModal(boolean value)
Sets if the link should open as a modal.
|
void |
setName(java.lang.String name)
Sets an optional name for this link.
|
void |
setTarget(java.lang.String value)
Sets the target of the link.
|
java.lang.String getTarget()
void setModal(boolean value)
value
- true if the link should open as a modal.boolean isModal()
void setExternal(boolean value)
value
- the external value.boolean isExternal()
void setTarget(java.lang.String value)
value
- the link targetvoid setName(java.lang.String name)
name
- The name of the link.java.lang.String getName()
Image getImage()