@Portable public class PropertyEditorCategory extends Object
Constructor and Description |
---|
PropertyEditorCategory() |
PropertyEditorCategory(String name) |
PropertyEditorCategory(String name,
int priority) |
Modifier and Type | Method and Description |
---|---|
List<PropertyEditorFieldInfo> |
getFields() |
String |
getIdEvent() |
String |
getName() |
int |
getPriority() |
int |
hashCode() |
void |
setIdEvent(String idEvent) |
String |
toString() |
void |
undo() |
PropertyEditorCategory |
withField(PropertyEditorFieldInfo field)
Add a field to a PropertyEditorCategory
|
public PropertyEditorCategory()
public PropertyEditorCategory(String name)
public PropertyEditorCategory(String name, int priority)
public PropertyEditorCategory withField(PropertyEditorFieldInfo field)
public String getName()
public int getPriority()
public List<PropertyEditorFieldInfo> getFields()
public String getIdEvent()
public void setIdEvent(String idEvent)
public void undo()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.