|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.component.meta.impl.ExpandedDisplayProperty<java.lang.String>
to.etc.domui.component.meta.impl.JoinedDisplayProperty
public class JoinedDisplayProperty
A special property consisting of a list of joined properties.
Constructor Summary | |
---|---|
JoinedDisplayProperty(java.util.List<DisplayPropertyMetaModel> list,
java.util.List<PropertyMetaModel<?>> plist,
IValueAccessor<?> rootAccessor)
|
Method Summary | |
---|---|
java.lang.String |
getDefaultLabel()
Return any default label (the text to use before the control that inputs this property) for this property. |
java.lang.String |
getValue(java.lang.Object in)
This creates the joined value of the items in the set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface to.etc.domui.util.IValueAccessor |
---|
setValue |
Constructor Detail |
---|
public JoinedDisplayProperty(java.util.List<DisplayPropertyMetaModel> list, java.util.List<PropertyMetaModel<?>> plist, IValueAccessor<?> rootAccessor)
Method Detail |
---|
public java.lang.String getValue(java.lang.Object in) throws java.lang.Exception
getValue
in interface IValueTransformer<java.lang.String>
getValue
in class ExpandedDisplayProperty<java.lang.String>
java.lang.Exception
IValueTransformer.getValue(java.lang.Object)
public java.lang.String getDefaultLabel()
PropertyMetaModel
getDefaultLabel
in interface PropertyMetaModel<java.lang.String>
getDefaultLabel
in class ExpandedDisplayProperty<java.lang.String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |