KIE Uberfire Properties Editor Widget API 6.2.0.Beta2

Uses of Class
org.kie.uberfire.properties.editor.model.PropertyEditorFieldInfo

Packages that use PropertyEditorFieldInfo
org.kie.uberfire.properties.editor.model   
 

Uses of PropertyEditorFieldInfo in org.kie.uberfire.properties.editor.model
 

Methods in org.kie.uberfire.properties.editor.model that return PropertyEditorFieldInfo
 PropertyEditorFieldInfo PropertyEditorChangeEvent.getProperty()
           
 PropertyEditorFieldInfo PropertyEditorFieldInfo.withComboValues(List<String> comboValues)
          Combo values used in PropertyEditorType.COMBO fields.
 PropertyEditorFieldInfo PropertyEditorFieldInfo.withKey(String key)
          Key is a helper to identify a field.
 PropertyEditorFieldInfo PropertyEditorFieldInfo.withPriority(int priority)
          The priority value is used to sort the categories (lower values toward the beginning).
 PropertyEditorFieldInfo PropertyEditorFieldInfo.withValidators(PropertyFieldValidator... validators)
          Add validators to a specific field.
 

Methods in org.kie.uberfire.properties.editor.model that return types with arguments of type PropertyEditorFieldInfo
 List<PropertyEditorFieldInfo> PropertyEditorCategory.getFields()
           
 

Methods in org.kie.uberfire.properties.editor.model with parameters of type PropertyEditorFieldInfo
 PropertyEditorCategory PropertyEditorCategory.withField(PropertyEditorFieldInfo field)
          Add a field to a PropertyEditorCategory
 

Constructors in org.kie.uberfire.properties.editor.model with parameters of type PropertyEditorFieldInfo
PropertyEditorChangeEvent(PropertyEditorFieldInfo property, String newValue)
          Creates a new PropertyEditorChangeEvent
 


KIE Uberfire Properties Editor Widget API 6.2.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.