Class PortalList

All Implemented Interfaces:
IElement, IList, Serializable
Direct Known Subclasses:
PortalOptionList

public abstract class PortalList extends PortalElement implements IList
Author:
vlygeros
See Also:
  • Field Details

    • list

      protected com.axemble.webdrive.om.List list
  • Constructor Details

    • PortalList

      public PortalList(IModule module, com.axemble.webdrive.om.List list)
  • Method Details

    • getNativeObject

      public Object getNativeObject()
      Description copied from interface: IElement
      Gets the native object underneath.
      Specified by:
      getNativeObject in interface IElement
      Returns:
      an object.
    • getName

      public String getName()
      Description copied from interface: IList
      Gets the name of the list.
      Specified by:
      getName in interface IList
      Returns:
      a String object.
    • setName

      public void setName(String name)
    • getLabel

      public String getLabel()
      Description copied from interface: IList
      Gets the label of the list.
      Specified by:
      getLabel in interface IList
      Returns:
      a String object.
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface IList
      Returns:
      The description of the list