Package org.openxava.view.meta
Class MetaDescriptionsList
- java.lang.Object
-
- org.openxava.view.meta.MetaDescriptionsList
-
- All Implemented Interfaces:
java.io.Serializable
public class MetaDescriptionsList extends java.lang.Object implements java.io.Serializable
- Author:
- Javier Paniza
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetaDescriptionsList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLabelStyle(java.lang.String labelStyle)
boolean
dependsOn(MetaProperty p)
java.lang.String
getCondition()
java.lang.String
getDepends()
java.lang.String
getDescriptionPropertiesNames()
java.lang.String
getDescriptionPropertyName()
java.lang.String
getForTabs()
java.lang.Integer
getLabelFormat()
java.lang.String
getLabelStyle()
MetaFilter
getMetaFilter()
java.lang.String
getNotForTabs()
java.lang.String
getOrder()
boolean
isOrderByKey()
boolean
isShowReferenceView()
void
setCondition(java.lang.String string)
void
setDepends(java.lang.String string)
void
setDescriptionPropertiesNames(java.lang.String nombresPropiedadesDescripcion)
void
setDescriptionPropertyName(java.lang.String string)
void
setForTabs(java.lang.String forTabs)
void
setLabelFormat(java.lang.Integer labelFormat)
void
setLabelStyle(java.lang.String labelStyle)
void
setMetaFilter(MetaFilter metaFilter)
void
setNotForTabs(java.lang.String notForTabs)
void
setOrder(java.lang.String order)
void
setOrderByKey(boolean b)
void
setShowReferenceView(boolean showReferenceView)
-
-
-
Method Detail
-
getDescriptionPropertyName
public java.lang.String getDescriptionPropertyName()
-
setDescriptionPropertyName
public void setDescriptionPropertyName(java.lang.String string)
-
getCondition
public java.lang.String getCondition()
-
getDepends
public java.lang.String getDepends()
-
setCondition
public void setCondition(java.lang.String string)
-
setDepends
public void setDepends(java.lang.String string)
-
isOrderByKey
public boolean isOrderByKey()
-
setOrderByKey
public void setOrderByKey(boolean b)
-
getDescriptionPropertiesNames
public java.lang.String getDescriptionPropertiesNames()
-
setDescriptionPropertiesNames
public void setDescriptionPropertiesNames(java.lang.String nombresPropiedadesDescripcion)
-
dependsOn
public boolean dependsOn(MetaProperty p)
-
getOrder
public java.lang.String getOrder()
-
setOrder
public void setOrder(java.lang.String order)
-
getLabelFormat
public java.lang.Integer getLabelFormat()
-
setLabelFormat
public void setLabelFormat(java.lang.Integer labelFormat)
-
getForTabs
public java.lang.String getForTabs()
-
setForTabs
public void setForTabs(java.lang.String forTabs)
-
getNotForTabs
public java.lang.String getNotForTabs()
-
setNotForTabs
public void setNotForTabs(java.lang.String notForTabs)
-
getLabelStyle
public java.lang.String getLabelStyle()
-
setLabelStyle
public void setLabelStyle(java.lang.String labelStyle)
-
addLabelStyle
public void addLabelStyle(java.lang.String labelStyle)
-
isShowReferenceView
public boolean isShowReferenceView()
-
setShowReferenceView
public void setShowReferenceView(boolean showReferenceView)
-
getMetaFilter
public MetaFilter getMetaFilter()
-
setMetaFilter
public void setMetaFilter(MetaFilter metaFilter)
-
-