All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected Map<String,Serializable> |
cleanUpProperties(Map<String,Serializable> props)
Removes empty properties as the JSF component may not accept empty values for some properties like "converter" or
"validator".
|
protected Map<String,Serializable> |
convertCustomProperties(List<Map<String,Serializable>> listProps,
boolean ignoreErrors) |
List<Map<String,Serializable>> |
getCustomProperties() |
List<FieldDefinition> |
getFieldDefinitions() |
List<String> |
getFields() |
Boolean |
getHandlingLabels() |
String |
getHelpLabel() |
String |
getLabel() |
Map<String,Serializable> |
getNewCustomProperty() |
Map<String,Serializable> |
getProperties() |
List<WidgetDefinition> |
getSubWidgets() |
Boolean |
getTranslated() |
Map<String,Serializable> |
getWidgetProperties() |
String |
getWidgetType() |
void |
setCustomProperties(List<Map<String,Serializable>> customProperties) |
void |
setHandlingLabels(Boolean handlingLabels) |
void |
setHelpLabel(String helpLabel) |
void |
setLabel(String label) |
void |
setProperties(Map<String,Serializable> properties) |
void |
setSubWidgets(List<WidgetDefinition> subWidgets) |
void |
setTranslated(Boolean translated) |
void |
validateCustomProperties(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value) |