Package | Description |
---|---|
org.richfaces.renderkit |
RichFaces model
|
Modifier and Type | Method and Description |
---|---|
static RenderKitUtils.ScriptHashVariableWrapper |
RenderKitUtils.ScriptHashVariableWrapper.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderKitUtils.ScriptHashVariableWrapper[] |
RenderKitUtils.ScriptHashVariableWrapper.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
RenderKitUtils.addToScriptHash(Map<String,Object> hash,
javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
RenderKitUtils.Attributes attributes,
RenderKitUtils.ScriptHashVariableWrapper wrapper) |
static void |
RenderKitUtils.addToScriptHash(Map<String,Object> hash,
String name,
Object value,
Object defaultValue,
RenderKitUtils.ScriptHashVariableWrapper wrapper)
Puts value into map under specified key if the value is not empty and not default.
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.