Interface SectionRow
-
- All Known Implementing Classes:
DefaultSectionRow
,EditorPropertyRow
,PropertyValueHolder
public interface SectionRow
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SectionRow.FocusListener
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SectionRow.FocusListener
getFocusListener(java.lang.String langIso)
java.lang.String
getLabel()
java.lang.String
getValueInfo()
boolean
isEditable()
boolean
isVisible()
void
setFocusListener(SectionRow.FocusListener listener, java.lang.String langIso)
-
-
-
Method Detail
-
getLabel
java.lang.String getLabel()
-
getValueInfo
java.lang.String getValueInfo()
-
isVisible
boolean isVisible()
-
isEditable
boolean isEditable()
-
setFocusListener
void setFocusListener(SectionRow.FocusListener listener, java.lang.String langIso)
-
getFocusListener
SectionRow.FocusListener getFocusListener(java.lang.String langIso)
-
-