com.guiseframework.component
Class AbstractListSelectControl.ValueComponentState

java.lang.Object
  extended by com.guiseframework.component.AbstractCompositeStateComponent.ComponentState
      extended by com.guiseframework.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 Summary
AbstractListSelectControl.ValueComponentState(Component component)
          Constructor
 
Method Summary
 
Methods inherited from class com.guiseframework.component.AbstractCompositeStateComponent.ComponentState
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractListSelectControl.ValueComponentState

public AbstractListSelectControl.ValueComponentState(Component component)
Constructor

Parameters:
component - The component for a tree node.
Throws:
java.lang.NullPointerException - if the given component is null.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.