com.evolveum.midpoint.web.jsf.form
Class FormObject
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormObject
public FormObject(javax.xml.namespace.QName typeName,
java.lang.String displayName)
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 © 2012 evolveum. All Rights Reserved.