| org.vfny.geoserver.form.data.StylesSelectForm
StylesSelectForm | public class StylesSelectForm extends ActionForm (Code) | | Holds the current selection, and set of styles.
Current style selection is held in the UserContainer.
author: jgarnett, Refractions Research |
getAction | public String getAction()(Code) | | Access action property.
Returns the action. |
getSelectedStyle | public String getSelectedStyle()(Code) | | Access selectedStyle property.
Returns the selectedStyle. |
getStyles | public TreeSet getStyles()(Code) | | Access styles property.
Returns the styles. |
setAction | public void setAction(String action)(Code) | | Set action to action.
Parameters: action - The action to set. |
setSelectedStyle | public void setSelectedStyle(String selectedStyle)(Code) | | Set selectedStyle to selectedStyle.
Parameters: selectedStyle - The selectedStyle to set. |
|
|