com.evolveum.midpoint.web.jsf.form
Class FormObject

java.lang.Object
  extended by com.evolveum.midpoint.web.jsf.form.FormObject
All Implemented Interfaces:
java.io.Serializable

public class FormObject
extends java.lang.Object
implements java.io.Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
FormObject()
           
 
Method Summary
 java.util.List<FormAttribute> getAttributes()
           
 java.lang.String getDisplayName()
           
 void setDisplayName(java.lang.String displayName)
           
 void sort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormObject

public FormObject()
Method Detail

getAttributes

public java.util.List<FormAttribute> getAttributes()

getDisplayName

public java.lang.String getDisplayName()

setDisplayName

public void setDisplayName(java.lang.String displayName)

sort

public void sort()


Copyright © 2011 evolveum. All Rights Reserved.