Class GUIAttributeSet
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIAttributeSet
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidappendAttribute(GUIAttribute attribute) getAttribute(String name) longgetId()getLabel()getName()intgetType()booleanvoidremoveAttribute(String name) voidrepositionAttributes(List<String> names) voidsetAttributes(List<GUIAttribute> attributes) voidsetDescription(String description) voidsetId(long id) voidvoidvoidsetReadonly(boolean readonly) voidsetType(int type)  
- 
Field Details
- 
TYPE_DEFAULT
public static final int TYPE_DEFAULT- See Also:
 
 
 - 
 - 
Constructor Details
- 
GUIAttributeSet
public GUIAttributeSet() 
 - 
 - 
Method Details
- 
getId
public long getId() - 
setId
public void setId(long id)  - 
getName
 - 
setName
 - 
getDescription
 - 
setDescription
 - 
getAttributes
 - 
getAttributesOrderedByPosition
 - 
getAttribute
 - 
appendAttribute
 - 
removeAttribute
 - 
repositionAttributes
 - 
setAttributes
 - 
isReadonly
public boolean isReadonly() - 
setReadonly
public void setReadonly(boolean readonly)  - 
getType
public int getType() - 
setType
public void setType(int type)  - 
getLabel
 - 
setLabel
 
 -