org.kie.uberfire.properties.editor.model
Class PropertyEditorCategory
java.lang.Object
org.kie.uberfire.properties.editor.model.PropertyEditorCategory
@Portable
public class PropertyEditorCategory
- extends Object
PropertyEditorCategory
public PropertyEditorCategory()
PropertyEditorCategory
public PropertyEditorCategory(String name)
PropertyEditorCategory
public PropertyEditorCategory(String name,
int priority)
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()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
getIdEvent
public String getIdEvent()
setIdEvent
public void setIdEvent(String idEvent)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.