org.apache.myfaces.trinidaddemo
Class ComponentEditorHandler.BooleanProperty

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.ComponentEditorHandler.PropertyOfComponent
      extended by org.apache.myfaces.trinidaddemo.ComponentEditorHandler.BooleanProperty
All Implemented Interfaces:
Comparable<ComponentEditorHandler.PropertyOfComponent>
Enclosing class:
ComponentEditorHandler

public static class ComponentEditorHandler.BooleanProperty
extends ComponentEditorHandler.PropertyOfComponent


Constructor Summary
ComponentEditorHandler.BooleanProperty(javax.faces.component.UIComponent component, PropertyDescriptor descriptor)
           
 
Method Summary
 String getType()
           
 Boolean getValue()
           
 void setValue(Boolean b)
           
 
Methods inherited from class org.apache.myfaces.trinidaddemo.ComponentEditorHandler.PropertyOfComponent
compareTo, flushToComponent, getBeanProperty, getName, getProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentEditorHandler.BooleanProperty

public ComponentEditorHandler.BooleanProperty(javax.faces.component.UIComponent component,
                                              PropertyDescriptor descriptor)
Method Detail

getValue

public Boolean getValue()

setValue

public void setValue(Boolean b)

getType

public String getType()
Overrides:
getType in class ComponentEditorHandler.PropertyOfComponent


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.