protected class CmsAliasList.AliasControls
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected 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.
|
构造器和说明 |
---|
CmsAliasList.AliasControls(CmsAliasBean alias,
CmsTextBox textBox,
CmsSelectBox selectBox)
Creates a new alias controls instance.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
protected CmsAliasBean m_alias
protected java.lang.String m_id
protected CmsSelectBox m_selectBox
protected CmsTextBox m_textBox
public CmsAliasList.AliasControls(CmsAliasBean alias, CmsTextBox textBox, CmsSelectBox selectBox)
alias
- the alias to which the controls belongtextBox
- the text box for entering the alias site pathselectBox
- the select box for selecting alias modespublic CmsAliasBean getAlias()
public java.lang.String getId()
public CmsSelectBox getSelectBox()
public CmsTextBox getTextBox()