Package org.luwrain.cpanel
Class SimpleSection
java.lang.Object
org.luwrain.cpanel.SimpleSection
- All Implemented Interfaces:
Section
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
-
Field Summary
Modifier and TypeFieldDescriptionprotected SimpleSection.ActionHandler
protected Action[]
protected SimpleSection.AreaFactory
protected Element
protected String
-
Constructor Summary
ConstructorDescriptionSimpleSection
(Element element, String name) SimpleSection
(Element element, String name, SimpleSection.AreaFactory areaFactory) SimpleSection
(Element element, String name, SimpleSection.AreaFactory areaFactory, Action[] actions, SimpleSection.ActionHandler actionHandler) -
Method Summary
Modifier and TypeMethodDescriptionAction[]
getSectionArea
(ControlPanel controlPanel) boolean
onSectionActionEvent
(ControlPanel controlPanel, ActionEvent event) toString()
-
Field Details
-
element
-
name
-
areaFactory
-
actionHandler
-
actions
-
-
Constructor Details
-
SimpleSection
-
SimpleSection
-
SimpleSection
public SimpleSection(Element element, String name, SimpleSection.AreaFactory areaFactory, Action[] actions, SimpleSection.ActionHandler actionHandler)
-
-
Method Details
-
getSectionArea
- Specified by:
getSectionArea
in interfaceSection
-
getElement
- Specified by:
getElement
in interfaceSection
-
getSectionActions
- Specified by:
getSectionActions
in interfaceSection
-
onSectionActionEvent
- Specified by:
onSectionActionEvent
in interfaceSection
-
toString
-