Class MetaPropertyView

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

public class MetaPropertyView extends MetaMemberView implements Serializable
Author:
Javier Paniza, Trifon Trifonov
See Also:
  • Field Details

  • Constructor Details

    • MetaPropertyView

      public MetaPropertyView()
  • Method Details

    • getPropertyName

      public String getPropertyName()
    • setPropertyName

      public void setPropertyName(String propertyName)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • isReadOnly

      public boolean isReadOnly()
    • setReadOnly

      public void setReadOnly(boolean b)
    • hasOnChangeAction

      public boolean hasOnChangeAction()
    • createOnChangeAction

      public IOnChangePropertyAction createOnChangeAction() throws XavaException
      Throws:
      XavaException
    • getOnChangeActionClassName

      public String getOnChangeActionClassName()
    • setOnChangeActionClassName

      public void setOnChangeActionClassName(String string)
    • getLabelFormat

      public Integer getLabelFormat()
    • setLabelFormat

      public void setLabelFormat(Integer labelFormat)
    • getDisplaySize

      public int getDisplaySize()
    • setDisplaySize

      public void setDisplaySize(int displaySize)
    • getLabelStyle

      public String getLabelStyle()
    • setLabelStyle

      public void setLabelStyle(String labelStyle)
    • addLabelStyle

      public void addLabelStyle(String labelStyle)