| org.osbl.client.wings.form.ComponentProvider
All known Subclasses: org.osbl.client.wings.form.AbstractComponentProvider,
ComponentProvider | public interface ComponentProvider (Code) | | The layout wil retrieve the components from here.
|
createTitle | SLabel createTitle(String titleCode)(Code) | | Create a title label with the specified message code.
Parameters: titleCode - the message code the title label |
getCustomComponent | SComponent getCustomComponent(String name)(Code) | | Get a custom component by name.
Use it for
Parameters: name - the property name the read only component |
getCustomLabel | SLabel getCustomLabel(String labelCode)(Code) | | Create a label with the specified message code.
Parameters: labelCode - the message code the label |
getEditorComponent | SComponent getEditorComponent(String bean, String property)(Code) | | Get the editor component for the specified bean and property.
Parameters: bean - the bean name Parameters: property - the property name the editor component |
getLabel | SLabel getLabel(String bean, String property)(Code) | | Get the label for the specified bean and property.
Parameters: bean - the bean name Parameters: property - the property name the label |
getReadOnlyEditorComponent | SComponent getReadOnlyEditorComponent(String bean, String property)(Code) | | Get the read only component for the specified bean and property.
Parameters: bean - the bean name Parameters: property - the property name the read only component |
|
|