|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeDescriptorInterface | |
---|---|
com.sas.actionprovider | Provides the integrated set of classes that comprise the ActionProvider Framework (APF). |
com.sas.entities | Defines interfaces and classes for Entities, which are a dynamic extension of Java Beans. |
com.sas.swing.visuals.dataselectors.propertyeditor |
Uses of AttributeDescriptorInterface in com.sas.actionprovider |
---|
Methods in com.sas.actionprovider that return AttributeDescriptorInterface | |
---|---|
AttributeDescriptorInterface |
BaseAction.getAttributeDescriptor(java.lang.String attributeName)
Returns the AttributeDescriptorInterface associated with the named attribute. |
AttributeDescriptorInterface |
ActionList.getAttributeDescriptor(java.lang.String attributeName)
Returns the AttributeDescriptorInterface associated with the named attribute. |
AttributeDescriptorInterface[] |
BaseAction.getAttributeDescriptors()
Returns an array containing an AttributeDescriptorInterface for each attribute of this Action. |
Methods in com.sas.actionprovider with parameters of type AttributeDescriptorInterface | |
---|---|
void |
HttpActionProvider.processAction(BaseAction action,
ActionSupportFilter filter,
AttributeDescriptorInterface[] attributeDescriptors,
boolean listType)
Internal Use Only Does the actionprovider level processing of the specified action. |
void |
BaseActionProvider.processAction(BaseAction action,
ActionSupportFilter filter,
AttributeDescriptorInterface[] attributeDescriptors,
boolean listType)
Does the actionprovider level processing of the specified action. |
Uses of AttributeDescriptorInterface in com.sas.entities |
---|
Methods in com.sas.entities with parameters of type AttributeDescriptorInterface | |
---|---|
void |
AttributeGroupInterface.addAttributeDescriptor(AttributeDescriptorInterface attribute,
int index)
Add an AttributeDescriptor to this AttributeGroup. |
void |
AttributeGroup.addAttributeDescriptor(AttributeDescriptorInterface attribute,
int index)
|
void |
AttributeGroupInterface.addAttributeDescriptor(AttributeDescriptorInterface attribute,
int index,
boolean replace)
Add an AttributeDescriptor to this AttributeGroup. |
void |
AttributeGroup.addAttributeDescriptor(AttributeDescriptorInterface attribute,
int index,
boolean replace)
Add an AttributeDescriptor to this AttributeGroup. |
void |
AttributeGroupInterface.addAttributeDescriptors(AttributeDescriptorInterface[] newAttributes)
Add a set of AttributeDescriptors to this AttributeGroup. |
void |
AttributeGroup.addAttributeDescriptors(AttributeDescriptorInterface[] newAttributes)
Add a set of AttributeDescriptors to this AttributeGroup. |
void |
AttributeGroupInterface.addAttributeDescriptors(AttributeDescriptorInterface[] newAttributes,
boolean replace)
Add a set of AttributeDescriptors to this AttributeGroup. |
void |
AttributeGroup.addAttributeDescriptors(AttributeDescriptorInterface[] newAttributes,
boolean replace)
Add a set of AttributeDescriptors to this AttributeGroup. |
void |
AttributeGroupInterface.setAttributeDescriptor(AttributeDescriptorInterface attribute)
Replace an AttributeDescriptor in this AttributeGroup. |
void |
AttributeGroup.setAttributeDescriptor(AttributeDescriptorInterface attribute)
|
void |
AttributeGroupInterface.setAttributeDescriptors(AttributeDescriptorInterface[] attributes)
Replace a set of AttributeDescriptors in this AttributeGroup. |
void |
AttributeGroup.setAttributeDescriptors(AttributeDescriptorInterface[] attributes)
|
Uses of AttributeDescriptorInterface in com.sas.swing.visuals.dataselectors.propertyeditor |
---|
Methods in com.sas.swing.visuals.dataselectors.propertyeditor that return AttributeDescriptorInterface | |
---|---|
AttributeDescriptorInterface |
EntityAttributeValueModelInterface.getAttributeDescriptor(java.lang.String propertyName)
Returns an instance of the AttributeDescriptor referenced by the parameter, propertyName |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |