Class ConditionalItem
java.lang.Object
cz.fidentis.analyst.gui.elements.cbox.ConditionalItem
A combo box item with "is enabled" state.
-
Constructor Summary
ConstructorsConstructorDescriptionConditionalItem
(Object object) Constructor.ConditionalItem
(Object object, boolean isEnabled) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the state.void
setEnabled
(boolean isEnabled) Sets the state.toString()
-
Constructor Details
-
ConditionalItem
Constructor.- Parameters:
object
- Item contentisEnabled
- The state
-
ConditionalItem
Constructor.- Parameters:
object
- Item content
-
-
Method Details