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
Modifier and TypeFieldDescriptionprotected org.opencms.gwt.shared.alias.CmsAliasBean
The alias to which these controls belong.protected String
A string which uniquely identiy this set of controls.protected CmsSelectBox
The select box for selecting the alias mode.protected CmsTextBox
The text box for the alias path. -
Constructor Summary
ConstructorDescriptionAliasControls
(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
-