|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.grouperUi.beans.externalSubjectSelfRegister.RegisterField
public class RegisterField
represents a row of the screen, field or attribute
Constructor Summary | |
---|---|
RegisterField()
|
Method Summary | |
---|---|
String |
getLabel()
label on the screen |
String |
getParamName()
param name in request |
String |
getSystemName()
system name of the field |
String |
getTooltip()
tooltip on the screen |
String |
getValue()
value of field |
boolean |
isFieldNotAttribute()
if this is a field or if it is an attribute |
boolean |
isReadonly()
if readonly |
boolean |
isRequired()
if this is required |
void |
setFieldNotAttribute(boolean fieldNotAttribute1)
if this is a field or if it is an attribute |
void |
setLabel(String label1)
label on the screen |
void |
setParamName(String paramName1)
param name in request |
void |
setReadonly(boolean readonly1)
if readonly |
void |
setRequired(boolean required1)
if this is required |
void |
setSystemName(String systemName1)
system name of the field |
void |
setTooltip(String tooltip1)
tooltip on the screen |
void |
setValue(String value)
value of field |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegisterField()
Method Detail |
---|
public String getParamName()
public void setParamName(String paramName1)
paramName1
- public String getValue()
public void setValue(String value)
value
- public boolean isReadonly()
public void setReadonly(boolean readonly1)
readonly1
- public String getSystemName()
public void setSystemName(String systemName1)
systemName1
- public boolean isFieldNotAttribute()
public void setFieldNotAttribute(boolean fieldNotAttribute1)
fieldNotAttribute1
- public String getLabel()
public void setLabel(String label1)
label1
- public String getTooltip()
public void setTooltip(String tooltip1)
tooltip1
- public boolean isRequired()
public void setRequired(boolean required1)
required1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |