Class CmsAliasList.AliasControls

java.lang.Object
org.opencms.gwt.client.seo.CmsAliasList.AliasControls
Enclosing class:
CmsAliasList

protected class CmsAliasList.AliasControls extends Object
A helper class which encapsulates the input widgets for a single alias.

  • Field Details

    • m_alias

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

      protected String m_id
      A string which uniquely identiy this set of controls.
    • m_selectBox

      The select box for selecting the alias mode.
    • m_textBox

      protected CmsTextBox m_textBox
      The text box for the alias path.
  • Constructor Details

    • 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 Details

    • 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 String getId()
      Gets the id of this set of controls.

      Returns:
      the id
    • getSelectBox

      Gets the alias mode select box.

      Returns:
      the alias mode select box
    • getTextBox

      Gets the text box for the alias site path.

      Returns:
      the text box for the alias site path