org.osivia.nuxeo.configuration
Class SimpleFormBean

java.lang.Object
  extended by org.osivia.nuxeo.configuration.SimpleFormBean

@Name(value="simpleForm")
@Scope(value=SESSION)
@Install(precedence=30)
public class SimpleFormBean
extends java.lang.Object

SimpleForm is used for configuration icon selector to hold an UIComponent the clientId of this component is used by the js scripts


Constructor Summary
SimpleFormBean()
           
 
Method Summary
 javax.faces.component.UIComponent getSimpleComponent()
           
 java.lang.String getSimpleComponentClientId()
           
 void setSimpleComponent(javax.faces.component.UIComponent simpleComponent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFormBean

public SimpleFormBean()
Method Detail

getSimpleComponent

public javax.faces.component.UIComponent getSimpleComponent()
Returns:
the simpleComponent

setSimpleComponent

public void setSimpleComponent(javax.faces.component.UIComponent simpleComponent)
Parameters:
simpleComponent - the simpleComponent to set

getSimpleComponentClientId

public java.lang.String getSimpleComponentClientId()
Returns:
the UIComponent client ID


Copyright © 2013. All Rights Reserved.