Interface SimpleLinkSection
- All Known Subinterfaces:
SimpleLink
- All Known Implementing Classes:
MockSimpleLink
,MockSimpleLinkSection
,SimpleLinkImpl
,SimpleLinkSectionImpl
public interface SimpleLinkSection
A simple link section representation
- Since:
- v4.0
-
Method Summary
-
Method Details
-
getLabel
String getLabel()The label for the section- Returns:
- The label for the section
-
getTitle
String getTitle()The title (tooltip) for the section- Returns:
- The title (tooltip) for the section
-
getIconUrl
String getIconUrl()The url for the icon for the section- Returns:
- The url for the icon for the section
-
getStyleClass
String getStyleClass()The style to aply to the section- Returns:
- The style to apply to the section
-
getId
String getId()The unique id for the section. This should not be null.- Returns:
- The unique id for the section.
-
getParams
Get params associated with this section- Returns:
- untyped params of this section
-
getWeight
Integer getWeight()The weight for the section- Returns:
- The weight for the section
-