Package org.openurp.web.view.component
Class SemesterBar
java.lang.Object
org.beangle.struts2.view.component.Component
org.beangle.struts2.view.component.UIBean
org.beangle.struts2.view.component.ClosingUIBean
org.openurp.web.view.component.SemesterBar
public class SemesterBar
extends org.beangle.struts2.view.component.ClosingUIBean
-
Field Summary
Fields inherited from class org.beangle.struts2.view.component.ClosingUIBean
bodyFields inherited from class org.beangle.struts2.view.component.UIBean
cssClass, id, themeFields inherited from class org.beangle.struts2.view.component.Component
COMPONENT_STACK, parameters, stack -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgetDivId()getEmpty()getLabel()getName()getValue()voidvoidvoidvoidsetFormName(String formName) voidsetInitCallback(String initCallback) voidvoidvoidsetOnChange(String onChange) voidsetOnSemesterChange(String onSemesterChange) voidsetSemesterEmpty(Object semesterEmpty) voidsetSemesterName(String semesterName) voidsetSemesterValue(Object semesterValue) voidvoidsetSubmitValue(String submitValue) voidvoidMethods inherited from class org.beangle.struts2.view.component.ClosingUIBean
doEnd, end, getBody, setTheme, start, usesBodyMethods inherited from class org.beangle.struts2.view.component.UIBean
generateIdIfEmpty, getContainer, getCssClass, getId, getParameterString, getRequest, getRequestParameter, getRequestURI, getText, getText, getTheme, getValue, mergeTemplate, processLabel, render, setCssClass, setIdMethods inherited from class org.beangle.struts2.view.component.Component
addAllParameters, addParameter, altSyntax, altSyntax, completeExpressionIfAltSyntax, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, popComponentStack, stripExpressionIfAltSyntax, stripExpressionIfAltSyntax, toString
-
Constructor Details
-
SemesterBar
public SemesterBar(com.opensymphony.xwork2.util.ValueStack stack)
-
-
Method Details
-
evaluateParams
protected void evaluateParams()- Overrides:
evaluateParamsin classorg.beangle.struts2.view.component.UIBean
-
getFormName
- Returns:
- the formName
-
setFormName
- Parameters:
formName- the formName to set
-
getAction
- Returns:
- the action
-
setAction
- Parameters:
action- the action to set
-
getTarget
- Returns:
- the target
-
setTarget
- Parameters:
target- the target to set
-
getSemesterName
- Returns:
- the semesterName
-
setSemesterName
- Parameters:
semesterName- the semesterName to set
-
getOnChange
- Returns:
- the onChange
-
setOnChange
- Parameters:
onChange- the onChange to set
-
getInitCallback
- Returns:
- the initCallback
-
setInitCallback
- Parameters:
initCallback- the initCallback to set
-
getOnSemesterChange
- Returns:
- the onSemesterChange
-
setOnSemesterChange
- Parameters:
onSemesterChange- the onSemesterChange to set
-
getSemesterEmpty
- Returns:
- the semesterEmpty
-
setSemesterEmpty
- Parameters:
semesterEmpty- the semesterEmpty to set
-
getEmpty
- Returns:
- the empty
-
setEmpty
- Parameters:
empty- the empty to set
-
getSemesterValue
- Returns:
- the semesterValue
-
setSemesterValue
- Parameters:
semesterValue- the semesterValue to set
-
getSubmitValue
- Returns:
- the submitValue
-
setSubmitValue
- Parameters:
submitValue- the submitValue to set
-
getLabel
- Returns:
- the label
-
setLabel
- Parameters:
label- the label to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value- the value to set
-
getDivId
- Returns:
- the divId
-
setDivId
- Parameters:
divId- the divId to set
-
getSubmit
-
setSubmit
-