Class RegisterField
java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.externalSubjectSelfRegister.RegisterField
represents a row of the screen, field or attribute
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()label on the screenparam name in requestsystem name of the fieldtooltip on the screengetValue()value of fieldbooleanif this is a field or if it is an attributebooleanif readonlybooleanif this is requiredvoidsetFieldNotAttribute(boolean fieldNotAttribute1) if this is a field or if it is an attributevoidlabel on the screenvoidsetParamName(String paramName1) param name in requestvoidsetReadonly(boolean readonly1) if readonlyvoidsetRequired(boolean required1) if this is requiredvoidsetSystemName(String systemName1) system name of the fieldvoidsetTooltip(String tooltip1) tooltip on the screenvoidvalue of field
-
Constructor Details
-
RegisterField
public RegisterField()
-
-
Method Details
-
getParamName
param name in request- Returns:
- param name
-
setParamName
param name in request- Parameters:
paramName1-
-
getValue
value of field- Returns:
- value
-
setValue
value of field- Parameters:
value-
-
isReadonly
public boolean isReadonly()if readonly- Returns:
- if readonly
-
setReadonly
public void setReadonly(boolean readonly1) if readonly- Parameters:
readonly1-
-
getSystemName
system name of the field- Returns:
- system name
-
setSystemName
system name of the field- Parameters:
systemName1-
-
isFieldNotAttribute
public boolean isFieldNotAttribute()if this is a field or if it is an attribute- Returns:
- field or attribute
-
setFieldNotAttribute
public void setFieldNotAttribute(boolean fieldNotAttribute1) if this is a field or if it is an attribute- Parameters:
fieldNotAttribute1-
-
getLabel
label on the screen- Returns:
- label
-
setLabel
label on the screen- Parameters:
label1-
-
getTooltip
tooltip on the screen- Returns:
- tooltip
-
setTooltip
tooltip on the screen- Parameters:
tooltip1-
-
isRequired
public boolean isRequired()if this is required- Returns:
- if required
-
setRequired
public void setRequired(boolean required1) if this is required- Parameters:
required1-
-