Interface IView

All Superinterfaces:
IElement, ILocalizationScope, IProtocolSupport, ISecuritySupport, Serializable

The view interface.
Since:
2.0, 09/09/2009
Author:
vlygeros
See Also:
  • Method Details

    • getScope

      IScopeContainer getScope()
      Return the scope associated with the view
      Returns:
      IScopeContainer
    • getName

      String getName()
      Returns:
      The system name of the view
    • getLabel

      String getLabel()
      Returns:
      The label of the view
    • getLabel

      String getLabel(String language)
      Returns:
      The label of the view
    • getDescription

      String getDescription()
      Returns:
      The description of the view.
    • getXmlDefinition

      byte[] getXmlDefinition()
      Gets the XML definition of the view.
      Returns:
      a byte[] object.