|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.intarsys.tools.presentation.PropertyPresentation
de.intarsys.tools.presentation.PropertyPresentationGroup
public class PropertyPresentationGroup
A grouping of PropertyPresentationItem instances.
| Field Summary |
|---|
| Fields inherited from interface de.intarsys.tools.presentation.IPresentationSupport |
|---|
ATTR_DESCRIPTION, ATTR_ICON, ATTR_LABEL, ATTR_TIP |
| Constructor Summary | |
|---|---|
PropertyPresentationGroup(Object object,
String label)
|
|
| Method Summary | |
|---|---|
PropertyPresentationItem |
addProperty(PropertyPresentationItem p)
|
PropertyPresentationItem |
addProperty(String label,
Object value)
|
PropertyPresentationItem |
addProperty(String label,
Object value,
Format format)
|
PropertyPresentationItem |
addPropertyDynamic(String name,
String label)
|
PropertyPresentationItem |
addPropertyDynamic(String name,
String label,
Format format)
|
PropertyPresentationItem |
getHeader()
|
List<PropertyPresentation> |
getProperties()
|
PropertyPresentation |
getProperty(int index)
|
void |
setHeader(PropertyPresentationItem header)
|
PropertyPresentationItem |
setHeader(String label,
Object value)
|
PropertyPresentationItem |
setHeader(String label,
Object value,
Format format)
|
int |
size()
|
| Methods inherited from class de.intarsys.tools.presentation.PropertyPresentation |
|---|
getDescription, getFieldPresentation, getIconName, getLabel, getObject, getTip, getValuePresentation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyPresentationGroup(Object object,
String label)
| Method Detail |
|---|
public PropertyPresentationItem addProperty(PropertyPresentationItem p)
public PropertyPresentationItem addProperty(String label,
Object value)
public PropertyPresentationItem addProperty(String label,
Object value,
Format format)
public PropertyPresentationItem addPropertyDynamic(String name,
String label)
public PropertyPresentationItem addPropertyDynamic(String name,
String label,
Format format)
public PropertyPresentationItem getHeader()
public List<PropertyPresentation> getProperties()
public PropertyPresentation getProperty(int index)
public void setHeader(PropertyPresentationItem header)
public PropertyPresentationItem setHeader(String label,
Object value)
public PropertyPresentationItem setHeader(String label,
Object value,
Format format)
public int size()
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||