|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.gridsystems.config.tools.console.AbstractConsoleView com.gridsystems.config.modules.tomcat.TomcatConsoleView
public class TomcatConsoleView
Console View for the Tomcat configurator.
Field Summary |
---|
Fields inherited from class com.gridsystems.config.tools.console.AbstractConsoleView |
---|
bundle, width |
Constructor Summary | |
---|---|
TomcatConsoleView(Configurator config)
Creates a new instance of the view. |
Method Summary | |
---|---|
void |
addConnector()
Creates a new connector and adds it to the list. |
protected void |
getContents(java.util.List<java.lang.Object> list)
Gets an array with the items conforming the contents of the "view box". |
java.lang.String |
getSubtitle()
Gets the subtitle of this view. |
java.lang.String |
getTitle()
Gets the title of this view. |
void |
getValues(ConfiguratorModel model)
Copies the model values into this view fields. |
void |
removeConnector(int i)
Removes a connector from the internal list. |
void |
setValues(ConfiguratorModel model)
Copies this view field values into the destination model. |
Methods inherited from class com.gridsystems.config.tools.console.AbstractConsoleView |
---|
addKeyMapping, addKeyMapping, addKeyMapping, buildForm, clearErrors, createBoolField, createConstantField, createPasswordField, createSelectionField, createValueField, execute, getConfigurator, getString, getString, hasErrors, paintForm, removeKeyMapping, removeKeyMapping, setApplyDiscardMappings, showError, updateError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TomcatConsoleView(Configurator config)
config
- The configurator to bind toMethod Detail |
---|
public java.lang.String getTitle()
public java.lang.String getSubtitle()
public void removeConnector(int i)
i
- the position of the connector to removepublic void addConnector()
public void getValues(ConfiguratorModel model)
model
- The source modelpublic void setValues(ConfiguratorModel model)
This copy should not involve validation or persistence storage, as these actions will be performed later.
model
- The destination modelprotected void getContents(java.util.List<java.lang.Object> list)
getContents
in class AbstractConsoleView
list
- A list where to put the contents of the box
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |