|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.core.api.uif.RemotableAttributeField
public final class RemotableAttributeField
for more info.,
Serialized Form| Nested Class Summary | |
|---|---|
static class |
RemotableAttributeField.Builder
|
| Method Summary | |
|---|---|
static RemotableAttributeField |
findAttribute(String attributeName,
Collection<RemotableAttributeField> fields)
Utility method to search a collection of attribute fields and returns a field for a give attribute name. |
AttributeLookupSettings |
getAttributeLookupSettings()
If this method returns a non-null value, it defines various settings for this attribute whenever it is used on a lookup. |
String |
getConstraintText()
The help constraint of the attribute. |
Control |
getControl()
The control associated with the attribute. |
DataType |
getDataType()
The dataType of the attribute. |
Collection<String> |
getDefaultValues()
The default values for the attribute. |
String |
getHelpDescription()
The help description of the attribute. |
String |
getHelpSummary()
The help summary of the attribute. |
String |
getLongLabel()
The long label of the attribute. |
Integer |
getMaxLength()
The inclusive maximum length of the attribute. |
Double |
getMaxValue()
The inclusive maximum value of the attribute. |
Integer |
getMinLength()
The inclusive minimum length of the attribute. |
Double |
getMinValue()
The inclusive minimum value of the attribute. |
String |
getName()
The name of the attribute. |
String |
getRegexConstraint()
The regex constraint to apply to the attribute field for validation. |
String |
getRegexContraintMsg()
The message to display if the regex constraint fails. |
String |
getShortLabel()
The short label of the attribute. |
Collection<? extends RemotableAbstractWidget> |
getWidgets()
The widgets for the attribute. |
boolean |
isForceUpperCase()
Should the attribute always be in uppercase. |
boolean |
isRequired()
Whether the attribute is a required attribute. |
| Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
|---|
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getName()
AttributeField
getName in interface AttributeFieldpublic DataType getDataType()
AttributeField
getDataType in interface AttributeFieldpublic String getShortLabel()
AttributeField
getShortLabel in interface AttributeFieldpublic String getLongLabel()
AttributeField
getLongLabel in interface AttributeFieldpublic String getHelpSummary()
AttributeField
getHelpSummary in interface AttributeFieldpublic String getConstraintText()
AttributeField
getConstraintText in interface AttributeFieldpublic String getHelpDescription()
AttributeField
getHelpDescription in interface AttributeFieldpublic boolean isForceUpperCase()
AttributeField
isForceUpperCase in interface AttributeFieldpublic Integer getMinLength()
AttributeField
getMinLength in interface AttributeFieldpublic Integer getMaxLength()
AttributeField
getMaxLength in interface AttributeFieldpublic Double getMinValue()
AttributeField
getMinValue in interface AttributeFieldpublic Double getMaxValue()
AttributeField
getMaxValue in interface AttributeFieldpublic String getRegexConstraint()
AttributeField
getRegexConstraint in interface AttributeFieldpublic String getRegexContraintMsg()
AttributeField
getRegexContraintMsg in interface AttributeFieldpublic boolean isRequired()
AttributeField
isRequired in interface AttributeFieldpublic Collection<String> getDefaultValues()
AttributeField
getDefaultValues in interface AttributeFieldpublic Control getControl()
AttributeField
getControl in interface AttributeFieldpublic Collection<? extends RemotableAbstractWidget> getWidgets()
AttributeField
getWidgets in interface AttributeFieldpublic AttributeLookupSettings getAttributeLookupSettings()
AttributeField
getAttributeLookupSettings in interface AttributeField
public static RemotableAttributeField findAttribute(String attributeName,
Collection<RemotableAttributeField> fields)
attributeName - the name of the attribute to search for. Cannot be blank or null.fields - cannot be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||