Class PropertyEditorCategory
- java.lang.Object
-
- org.uberfire.ext.properties.editor.model.PropertyEditorCategory
-
@Portable public class PropertyEditorCategory extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyEditorCategory()PropertyEditorCategory(String name)PropertyEditorCategory(String name, int priority)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PropertyEditorFieldInfo>getFields()StringgetIdEvent()StringgetName()intgetPriority()inthashCode()voidsetIdEvent(String idEvent)StringtoString()voidundo()PropertyEditorCategorywithField(PropertyEditorFieldInfo field)Add a field to a PropertyEditorCategory
-
-
-
Method Detail
-
withField
public PropertyEditorCategory withField(PropertyEditorFieldInfo field)
Add a field to a PropertyEditorCategory
-
getName
public String getName()
-
getPriority
public int getPriority()
-
getFields
public List<PropertyEditorFieldInfo> getFields()
-
getIdEvent
public String getIdEvent()
-
setIdEvent
public void setIdEvent(String idEvent)
-
undo
public void undo()
-
-