public abstract class HubForm extends BaseValidatorForm
| Modifier and Type | Field and Description |
|---|---|
protected List<org.apache.struts.util.LabelValueBean> |
functions |
protected String |
keywords |
protected String |
plugin |
protected List<org.apache.struts.util.LabelValueBean> |
plugins |
protected String[] |
resources |
protected String |
resourceType
Resource type filter (null indicates all types within the current category).
|
protected List<org.apache.struts.util.LabelValueBean> |
types |
protected String |
view
The view style - either "chart" or "list".
|
| Constructor and Description |
|---|
HubForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFunction(org.apache.struts.util.LabelValueBean function) |
void |
addPlugin(org.apache.struts.util.LabelValueBean plugin) |
void |
addType(org.apache.struts.util.LabelValueBean type) |
void |
addTypeFirst(org.apache.struts.util.LabelValueBean type) |
List<org.apache.struts.util.LabelValueBean> |
getFunctions() |
String |
getKeywords() |
String |
getPlugin() |
List<org.apache.struts.util.LabelValueBean> |
getPlugins() |
String[] |
getResources() |
String |
getResourceType() |
List<org.apache.struts.util.LabelValueBean> |
getTypes() |
String |
getView() |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
protected void |
setDefaults() |
void |
setFunctions(List<org.apache.struts.util.LabelValueBean> functions) |
void |
setKeywords(String keywords) |
void |
setPlugin(String plugin) |
void |
setPlugins(List<org.apache.struts.util.LabelValueBean> plugins) |
void |
setResources(String[] resources) |
void |
setResourceType(String resourceType) |
void |
setTypes(List<org.apache.struts.util.LabelValueBean> types) |
void |
setView(String view) |
String |
toString() |
getAdd, getCancel, getCreate, getDelete, getEnable, getInstall, getManualUninstall, getOk, getOkassign, getPn, getPs, getRemove, getReset, getUninventory, getUserset, isAddClicked, isCancelClicked, isCreateClicked, isDeleteClicked, isEnableClicked, isInstallClicked, isManualUninstallClicked, isOkAssignClicked, isOkClicked, isRemoveClicked, isResetClicked, isUsersetClicked, setAdd, setCancel, setCreate, setDelete, setEnable, setInstall, setOk, setOkassign, setPn, setPs, setRemove, setReset, setUninventory, setUserset, shouldValidate, validategetPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResultsprotected String view
Enum.name() - either "CHART" or
"LIST".protected String resourceType
protected String plugin
protected List<org.apache.struts.util.LabelValueBean> functions
protected List<org.apache.struts.util.LabelValueBean> types
protected List<org.apache.struts.util.LabelValueBean> plugins
protected String keywords
protected String[] resources
@Nullable public String getResourceType()
public void setResourceType(String resourceType)
public String getPlugin()
public void setPlugin(String plugin)
public List<org.apache.struts.util.LabelValueBean> getFunctions()
public void setFunctions(List<org.apache.struts.util.LabelValueBean> functions)
public void addFunction(org.apache.struts.util.LabelValueBean function)
public List<org.apache.struts.util.LabelValueBean> getTypes()
public void setTypes(List<org.apache.struts.util.LabelValueBean> types)
public void addType(org.apache.struts.util.LabelValueBean type)
public void addTypeFirst(org.apache.struts.util.LabelValueBean type)
public List<org.apache.struts.util.LabelValueBean> getPlugins()
public void setPlugins(List<org.apache.struts.util.LabelValueBean> plugins)
public void addPlugin(org.apache.struts.util.LabelValueBean plugin)
public void setKeywords(String keywords)
public String getKeywords()
public String getView()
public void setView(String view)
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class BaseValidatorFormprotected void setDefaults()
public String[] getResources()
public void setResources(String[] resources)
public String toString()
toString in class BaseValidatorFormCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.