Package org.rundeck.app.gui
Interface UISection
-
public interface UISectionIdentifies a "section" of a UI
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSection()java.lang.StringgetSectionTitle()static UISectionuiLocation(java.lang.String section, java.lang.String sectionTitle)
-
-
-
Method Detail
-
getSection
java.lang.String getSection()
- Returns:
- the section identifier
-
getSectionTitle
java.lang.String getSectionTitle()
- Returns:
- the section title if it is a custom section name
-
uiLocation
static UISection uiLocation(java.lang.String section, java.lang.String sectionTitle)
-
-