Class AbstractListSelectControl.ValueComponentState

java.lang.Object
io.guise.framework.component.AbstractCompositeStateComponent.ComponentState
io.guise.framework.component.AbstractListSelectControl.ValueComponentState
Enclosing class:
AbstractListSelectControl<V>

protected static class AbstractListSelectControl.ValueComponentState extends AbstractCompositeStateComponent.ComponentState
An encapsulation of a component for a tree node along with other metadata, such as whether the component was editable when created.
Author:
Garret Wilson
  • Constructor Details

    • ValueComponentState

      public ValueComponentState(Component component)
      Constructor
      Parameters:
      component - The component for a tree node.
      Throws:
      NullPointerException - if the given component is null.