Package org.opencms.gwt.client.seo
Class CmsAliasList.AliasControls
java.lang.Object
org.opencms.gwt.client.seo.CmsAliasList.AliasControls
- Enclosing class:
CmsAliasList
A helper class which encapsulates the input widgets for a single alias.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.opencms.gwt.shared.alias.CmsAliasBeanThe alias to which these controls belong.protected StringA string which uniquely identiy this set of controls.protected CmsSelectBoxThe select box for selecting the alias mode.protected CmsTextBoxThe text box for the alias path. -
Constructor Summary
ConstructorsConstructorDescriptionAliasControls(org.opencms.gwt.shared.alias.CmsAliasBean alias, CmsTextBox textBox, CmsSelectBox selectBox) Creates a new alias controls instance. -
Method Summary
-
Field Details
-
m_alias
The alias to which these controls belong. -
m_id
A string which uniquely identiy this set of controls. -
m_selectBox
The select box for selecting the alias mode. -
m_textBox
The text box for the alias path.
-
-
Constructor Details
-
Method Details
-
getAlias
Gets the alias to which these controls belong.- Returns:
- the alias to which these controls belong
-
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
-