|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.jsf.components.UISupport
public class UISupport
The Class UISupport. Supporting methods for
| Constructor Summary | |
|---|---|
UISupport()
|
|
| Method Summary | |
|---|---|
MethodBinding |
createActionBinding(String expression)
Creates the action binding. |
MethodBinding |
createActLstnrMethodBinding(String expression)
Creates the action listener method binding. |
MethodBinding |
createValidatorBinding(String expression)
Creates the validator binding. |
ValueBinding |
createValueBinding(String expression)
Creates the value binding. |
boolean |
enclosedInForm(UIComponent comp)
Enclosed in form. |
UIComponent |
findComponent(FacesContext context,
String id)
Find component. |
UIComponent |
findComponent(UIComponent root,
String id)
Find component. |
UIForm |
findEnclosingFormOf(UIComponent comp)
Find enclosing form of the component. |
String |
getBeanExpression(String beanName)
Gets the bean expression. |
String |
getBeanExpression(String beanName,
String property)
Gets the expression. |
void |
renderChildren(UIComponent component,
FacesContext context)
Render children. |
void |
renderRecursive(UIComponent component,
FacesContext context)
Recursive render a component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UISupport()
| Method Detail |
|---|
public MethodBinding createActionBinding(String expression)
expression - the expression
public MethodBinding createActLstnrMethodBinding(String expression)
expression - the expression
public MethodBinding createValidatorBinding(String expression)
expression - the expression
public ValueBinding createValueBinding(String expression)
expression - the expression
public void renderChildren(UIComponent component,
FacesContext context)
throws IOException
component - the componentcontext - the context
IOException - Signals that an I/O exception has occurred.
public void renderRecursive(UIComponent component,
FacesContext context)
throws IOException
component - the componentcontext - the context
IOException - Signals that an I/O exception has occurred.public String getBeanExpression(String beanName)
beanName - the bean name
public String getBeanExpression(String beanName,
String property)
beanName - the bean nameproperty - the property
public UIComponent findComponent(FacesContext context,
String id)
id - the idcontext - the context (if null, FacesContext.getCurrentInstance() used)
public UIComponent findComponent(UIComponent root,
String id)
root - Component to start atid - The id to look for
public boolean enclosedInForm(UIComponent comp)
comp - the comp
public UIForm findEnclosingFormOf(UIComponent comp)
comp - the component to find the enclsing form of
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||