|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Schema | |
wt.clients.beans |
Uses of Schema in wt.clients.beans |
Fields in wt.clients.beans declared as Schema | |
protected Schema |
SchemaEditor.value
|
private Schema |
AttributesForm.schema
|
private Schema |
AssociationsPanel.linkSchema
|
private Schema |
AssociationsPanel.otherSideSchema
|
Methods in wt.clients.beans that return Schema | |
Schema |
AttributesForm.getSchema()
Return the current Schema object specifying the object class name and a list of attributes. |
Schema |
AssociationsPanel.getLinkSchema()
This method returns the linkSchema set by the developer at dev-time Supported API: true. |
Schema |
AssociationsPanel.getOtherSideSchema()
This method returns the otherSideSchema set by the developer at dev-time Supported API: true. |
Methods in wt.clients.beans with parameters of type Schema | |
void |
ClassExplorer.setSelectedSchema(Schema schema)
|
void |
AttributesForm.setSchema(Schema schema)
Set the current Schema. |
void |
AttributeSelectorList.setSelectedSchema(Schema schema)
Set the currently selected Schema ( class name and list of attributes). |
void |
AssociationsPanel.setLinkSchema(Schema schema)
This is used at dev-time when the developer uses the schema editor to select the class and the attributes of the link. |
void |
AssociationsPanel.setOtherSideSchema(Schema schema)
This is used at dev-time when the developer uses the schema editor to select the class and the attributes of the other-side object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |