Modifier and Type | Method and Description |
---|---|
protected MetaCollection |
CollectionElementViewBaseAction.getMetaCollection() |
Modifier and Type | Method and Description |
---|---|
static MetaApplication |
MetaApplications.getMetaApplication(java.lang.String name) |
MetaModule |
MetaApplication.getMetaModule(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static MetaComponent |
MetaComponent.get(java.lang.String name) |
MetaTab |
MetaComponent.getMetaTab(java.lang.String name)
MetaTab from name.
|
Modifier and Type | Method and Description |
---|---|
MetaModule |
ModuleManager.getMetaModule() |
Modifier and Type | Method and Description |
---|---|
MetaAction |
MetaController.getMetaAction(java.lang.String name) |
static MetaAction |
MetaControllers.getMetaAction(java.lang.String qualifiedName) |
static MetaController |
MetaControllers.getMetaController(java.lang.String name) |
static MetaObject |
MetaControllers.getMetaObject(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MetaFilter.getPropertyNameForPropertyFrom(java.lang.String nameForPropertyFrom) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ReferenceMapping.getCmpTypeNameForReferencedModelProperty(java.lang.String property) |
java.lang.String |
ModelMapping.getColumn(java.lang.String modelProperty)
Support the use of references with dots,
this is: myreference.myproperty.
|
java.lang.String |
ReferenceMapping.getColumnForReferencedModelProperty(java.lang.String property)
Qualified column.
|
IConverter |
ModelMapping.getConverter(java.lang.String modelProperty) |
IConverter |
ReferenceMapping.getConverterForReferencedModelProperty(java.lang.String property) |
IMultipleConverter |
ModelMapping.getMultipleConverter(java.lang.String modelProperty) |
PropertyMapping |
ModelMapping.getPropertyMapping(java.lang.String name) |
ReferenceMapping |
ModelMapping.getReferenceMapping(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static int |
DefaultSize.forAnnotation(java.lang.annotation.Annotation annotation) |
static java.lang.String |
TypeAnnotationDefault.forAnnotation(java.lang.annotation.Annotation annotation) |
static int |
DefaultSize.forStereotype(java.lang.String name) |
static java.lang.String |
TypeStereotypeDefault.forStereotype(java.lang.String name) |
static int |
DefaultSize.forType(java.lang.Class className) |
static MetaModel |
MetaModel.get(java.lang.String modelName)
Gets the MetaModel from its name.
|
static MetaModel |
MetaModel.getForPOJO(java.lang.Object pojo)
Gets the MetaModel for the pojo class specified.
|
static MetaModel |
MetaModel.getForPOJOClass(java.lang.Class pojoClass)
Gets the MetaModel for the pojo class specified.
|
MetaCollection |
MetaModel.getMetaCollection(java.lang.String name) |
MetaMember |
MetaModel.getMetaMember(java.lang.String name) |
MetaMethod |
MetaModel.getMetaMethod(java.lang.String name) |
MetaProperty |
MetaModel.getMetaProperty(java.lang.String name)
Support qualified for properties of references with dot (.).
|
MetaProperty |
MetaModel.getMetaPropertyView(java.lang.String name) |
MetaReference |
MetaModel.getMetaReference(java.lang.String name) |
MetaView |
MetaModel.getMetaView(java.lang.String name) |
static int |
DefaultSize.scaleForAnnotation(java.lang.annotation.Annotation annotation) |
static int |
DefaultSize.scaleForStereotype(java.lang.String name) |
static int |
DefaultSize.scaleForType(java.lang.Class className) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
MetaSetsContainer.getPropertyNameForPropertyFrom(java.lang.String propertyNameFrom) |
Modifier and Type | Method and Description |
---|---|
void |
View.setValueNotifying(java.lang.String name,
java.lang.Object value)
Set the value and notifies the property change, recalculating all dependent properties.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<java.lang.String> |
WebEditors.getEditors(MetaTab metaTab) |
static java.lang.String |
WebEditors.getIcon(java.lang.String editor) |
static MetaEditor |
WebEditors.getMetaEditorFor(MetaMember m,
java.lang.String viewName) |
static java.lang.String |
WebEditors.getUrl(MetaTab metaTab) |
static java.lang.String |
WebEditors.getUrl(java.lang.String editor,
MetaTab metaTab) |
Modifier and Type | Method and Description |
---|---|
static MetaEditor |
MetaWebEditors.getMetaEditorFor(MetaCollection col) |
static MetaEditor |
MetaWebEditors.getMetaEditorFor(MetaMember member) |
static MetaEditor |
MetaWebEditors.getMetaEditorFor(MetaProperty p) |
static MetaEditor |
MetaWebEditors.getMetaEditorFor(MetaReference ref) |
static MetaEditor |
MetaWebEditors.getMetaEditorFor(MetaTab tab) |
static java.util.Collection<MetaEditor> |
MetaWebEditors.getMetaEditorsFor(MetaTab tab) |