Class CmsAliasList.AliasControls

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.opencms.gwt.shared.alias.CmsAliasBean m_alias
      The alias to which these controls belong.
      protected java.lang.String m_id
      A string which uniquely identiy this set of controls.
      protected CmsSelectBox m_selectBox
      The select box for selecting the alias mode.
      protected CmsTextBox m_textBox
      The text box for the alias path.
    • Constructor Summary

      Constructors 
      Constructor Description
      AliasControls​(org.opencms.gwt.shared.alias.CmsAliasBean alias, CmsTextBox textBox, CmsSelectBox selectBox)
      Creates a new alias controls instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.opencms.gwt.shared.alias.CmsAliasBean getAlias()
      Gets the alias to which these controls belong.
      java.lang.String getId()
      Gets the id of this set of controls.
      CmsSelectBox getSelectBox()
      Gets the alias mode select box.
      CmsTextBox getTextBox()
      Gets the text box for the alias site path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_alias

        protected org.opencms.gwt.shared.alias.CmsAliasBean m_alias
        The alias to which these controls belong.
      • m_id

        protected java.lang.String m_id
        A string which uniquely identiy this set of controls.
    • Constructor Detail

      • AliasControls

        public AliasControls​(org.opencms.gwt.shared.alias.CmsAliasBean alias,
                             CmsTextBox textBox,
                             CmsSelectBox selectBox)
        Creates a new alias controls instance.

        Parameters:
        alias - the alias to which the controls belong
        textBox - the text box for entering the alias site path
        selectBox - the select box for selecting alias modes
    • Method Detail

      • getAlias

        public org.opencms.gwt.shared.alias.CmsAliasBean getAlias()
        Gets the alias to which these controls belong.

        Returns:
        the alias to which these controls belong
      • getId

        public java.lang.String getId()
        Gets the id of this set of controls.

        Returns:
        the id
      • getTextBox

        public CmsTextBox getTextBox()
        Gets the text box for the alias site path.

        Returns:
        the text box for the alias site path