|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WidgetDescriptor | |
org.scrashmeow.ojb.console.config.repository | Provides the object/xml classes for the application's repository metadata configuration (code-generated). |
org.scrashmeow.ojb.console.service | Provides the classes that define services for the web application. |
Uses of WidgetDescriptor in org.scrashmeow.ojb.console.config.repository |
Methods in org.scrashmeow.ojb.console.config.repository that return WidgetDescriptor | |
static WidgetDescriptor |
WidgetDescriptor.unmarshal(java.io.Reader reader)
Method unmarshal |
WidgetDescriptor |
ReferenceDescriptor.getWidgetDescriptor()
Method getWidgetDescriptorReturns the value of field 'widgetDescriptor'. |
WidgetDescriptor |
FieldDescriptor.getWidgetDescriptor()
Method getWidgetDescriptorReturns the value of field 'widgetDescriptor'. |
WidgetDescriptor |
CollectionDescriptor.getWidgetDescriptor()
Method getWidgetDescriptorReturns the value of field 'widgetDescriptor'. |
Methods in org.scrashmeow.ojb.console.config.repository with parameters of type WidgetDescriptor | |
void |
ReferenceDescriptor.setWidgetDescriptor(WidgetDescriptor widgetDescriptor)
Method setWidgetDescriptorSets the value of field 'widgetDescriptor'. |
void |
FieldDescriptor.setWidgetDescriptor(WidgetDescriptor widgetDescriptor)
Method setWidgetDescriptorSets the value of field 'widgetDescriptor'. |
void |
CollectionDescriptor.setWidgetDescriptor(WidgetDescriptor widgetDescriptor)
Method setWidgetDescriptorSets the value of field 'widgetDescriptor'. |
Uses of WidgetDescriptor in org.scrashmeow.ojb.console.service |
Methods in org.scrashmeow.ojb.console.service that return WidgetDescriptor | |
WidgetDescriptor |
UiMetaDataServiceImpl.getWidgetDescriptor(java.lang.String classId,
java.lang.String fieldId)
Returns the widget descriptor for the class and field id. |
WidgetDescriptor |
UiMetaDataService.getWidgetDescriptor(java.lang.String classId,
java.lang.String fieldId)
Returns the widget descriptor for the class and field id. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |