KIE Uberfire Properties Editor Widget API 6.2.0.Beta2

org.kie.uberfire.properties.editor.model
Class PropertyEditorCategory

java.lang.Object
  extended by org.kie.uberfire.properties.editor.model.PropertyEditorCategory

@Portable
public class PropertyEditorCategory
extends Object


Constructor Summary
PropertyEditorCategory()
           
PropertyEditorCategory(String name)
           
PropertyEditorCategory(String name, int priority)
           
 
Method Summary
 List<PropertyEditorFieldInfo> getFields()
           
 String getIdEvent()
           
 String getName()
           
 int getPriority()
           
 int hashCode()
           
 void setIdEvent(String idEvent)
           
 String toString()
           
 PropertyEditorCategory withField(PropertyEditorFieldInfo field)
          Add a field to a PropertyEditorCategory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyEditorCategory

public PropertyEditorCategory()

PropertyEditorCategory

public PropertyEditorCategory(String name)

PropertyEditorCategory

public PropertyEditorCategory(String name,
                              int priority)
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()

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

KIE Uberfire Properties Editor Widget API 6.2.0.Beta2

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