Class GUIAttributeSet
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIAttributeSet
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendAttribute
(GUIAttribute attribute) getAttribute
(String name) long
getId()
getLabel()
getName()
int
getType()
boolean
void
removeAttribute
(String name) void
repositionAttributes
(List<String> names) void
setAttributes
(List<GUIAttribute> attributes) void
setDescription
(String description) void
setId
(long id) void
void
void
setReadonly
(boolean readonly) void
setType
(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
-