Class CometScript.FrontRowLink
java.lang.Object
com.priint.pubserver.comet.entity.statement.CometScript.FrontRowLink
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CometScript
The Class FrontRowLink.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe Enum ResourceIcon. -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new front row link.FrontRowLink(String label) Instantiates a new front row link. -
Method Summary
Modifier and TypeMethodDescriptionintGets the icon id.getLabel()Gets the label.Gets the resource icon.getTip()Gets the tip.voidSets the label.voidsetResourceIcon(CometScript.FrontRowLink.ResourceIcon resourceIcon) Sets the resource icon.voidSets the tip.
-
Constructor Details
-
FrontRowLink
public FrontRowLink()Instantiates a new front row link. -
FrontRowLink
Instantiates a new front row link.- Parameters:
label- the label
-
-
Method Details
-
getIconId
public int getIconId()Gets the icon id.- Returns:
- the icon id
-
getLabel
Gets the label.- Returns:
- the label
-
getResourceIcon
Gets the resource icon.- Returns:
- the resource icon
-
getTip
Gets the tip.- Returns:
- the tip
-
setLabel
Sets the label.- Parameters:
label- the new label
-
setResourceIcon
Sets the resource icon.- Parameters:
resourceIcon- the new resource icon
-
setTip
Sets the tip.- Parameters:
tip- the new tip
-