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(javax.xml.namespace.QName typeName, java.lang.String displayName)
           
 
Method Summary
 java.util.List<FormAttribute> getAttributes()
           
 java.lang.String getDisplayName()
           
 javax.xml.namespace.QName getTypeName()
           
 boolean isShowingAllAttributes()
           
 void setShowingAllAttributes(boolean showingAllAttributes)
           
 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(javax.xml.namespace.QName typeName,
                  java.lang.String displayName)
Method Detail

getAttributes

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

getTypeName

public javax.xml.namespace.QName getTypeName()

getDisplayName

public java.lang.String getDisplayName()

isShowingAllAttributes

public boolean isShowingAllAttributes()

setShowingAllAttributes

public void setShowingAllAttributes(boolean showingAllAttributes)

sort

public void sort()


Copyright © 2011 evolveum. All Rights Reserved.