Class MetaDescriptionsList

java.lang.Object
org.openxava.view.meta.MetaDescriptionsList
All Implemented Interfaces:
Serializable

public class MetaDescriptionsList extends Object implements Serializable
Author:
Javier Paniza
See Also:
  • Constructor Details

    • MetaDescriptionsList

      public MetaDescriptionsList()
  • Method Details

    • getDescriptionPropertyName

      public String getDescriptionPropertyName()
    • setDescriptionPropertyName

      public void setDescriptionPropertyName(String string)
    • getCondition

      public String getCondition()
    • getDepends

      public String getDepends()
    • setCondition

      public void setCondition(String string)
    • setDepends

      public void setDepends(String string)
    • isOrderByKey

      public boolean isOrderByKey()
    • setOrderByKey

      public void setOrderByKey(boolean b)
    • getDescriptionPropertiesNames

      public String getDescriptionPropertiesNames()
    • setDescriptionPropertiesNames

      public void setDescriptionPropertiesNames(String nombresPropiedadesDescripcion)
    • dependsOn

      public boolean dependsOn(MetaProperty p)
    • getOrder

      public String getOrder()
    • setOrder

      public void setOrder(String order)
    • getLabelFormat

      public Integer getLabelFormat()
    • setLabelFormat

      public void setLabelFormat(Integer labelFormat)
    • getForTabs

      public String getForTabs()
    • setForTabs

      public void setForTabs(String forTabs)
    • getNotForTabs

      public String getNotForTabs()
    • setNotForTabs

      public void setNotForTabs(String notForTabs)
    • getLabelStyle

      public String getLabelStyle()
    • setLabelStyle

      public void setLabelStyle(String labelStyle)
    • addLabelStyle

      public void addLabelStyle(String labelStyle)
    • isShowReferenceView

      public boolean isShowReferenceView()
    • setShowReferenceView

      public void setShowReferenceView(boolean showReferenceView)
    • getMetaFilter

      public MetaFilter getMetaFilter()
    • setMetaFilter

      public void setMetaFilter(MetaFilter metaFilter)