|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PropertyDescriptor in org.weda.action |
---|
Subinterfaces of PropertyDescriptor in org.weda.action | |
---|---|
interface |
ActionParameter
Цель: хранение информации о параметре действия. |
Uses of PropertyDescriptor in org.weda.action.impl |
---|
Classes in org.weda.action.impl that implement PropertyDescriptor | |
---|---|
class |
ActionParameterImpl
|
Uses of PropertyDescriptor in org.weda.model |
---|
Subinterfaces of PropertyDescriptor in org.weda.model | |
---|---|
interface |
ColumnDescriptor
|
Methods in org.weda.model that return PropertyDescriptor | |
---|---|
PropertyDescriptor |
EditorModel.getPropertyDescriptor()
Метод возвращает описание свойства |
Methods in org.weda.model that return types with arguments of type PropertyDescriptor | |
---|---|
java.util.List<PropertyDescriptor> |
TableModel.getColumnDescriptors()
Метод возвращает описание колонок модели. |
Uses of PropertyDescriptor in org.weda.model.impl |
---|
Classes in org.weda.model.impl that implement PropertyDescriptor | |
---|---|
class |
ColumnDescriptorImpl
Цель: хранение информации о свойстве связанного с псевдонимом объекта. |
Methods in org.weda.model.impl that return PropertyDescriptor | |
---|---|
PropertyDescriptor |
ObjectSetEditorModel.getPropertyDescriptor()
|
PropertyDescriptor |
FilterEditorModel.getPropertyDescriptor()
|
PropertyDescriptor |
ObjectSetEditorModelGroup.getPropertyDescriptor(java.lang.String propertyPath)
|
PropertyDescriptor |
FilterEditorModelGroup.getPropertyDescriptor(java.lang.String propertyPath)
|
abstract PropertyDescriptor |
BaseEditorModelGroup.getPropertyDescriptor(java.lang.String propertyPath)
|
Methods in org.weda.model.impl that return types with arguments of type PropertyDescriptor | |
---|---|
java.util.List<PropertyDescriptor> |
PageableTableModelImpl.getColumnDescriptors()
|
java.util.List<PropertyDescriptor> |
ObjectTableModel.getColumnDescriptors()
|
Uses of PropertyDescriptor in org.weda.property |
---|
Methods in org.weda.property that return PropertyDescriptor | |
---|---|
PropertyDescriptor |
PropertyDescriptor.getParent()
Метод возвращает родительское свойство. |
PropertyDescriptor |
PosibleValue.getPropertyDescriptor()
Метод возвращает дескриптор свойства с которым связяно данное возможное значение |
PropertyDescriptor |
ObjectDescriptorRegistry.getPropertyDescriptor(java.lang.Class baseClass,
java.lang.String propertyPath)
Возвращает дескриптор свойства по его имени относительно базового класса. |
Methods in org.weda.property with parameters of type PropertyDescriptor | |
---|---|
void |
PropertyDescriptorCorrector.correct(PropertyDescriptor descriptor)
Метод выполняет корректирование описания свойства. |
Uses of PropertyDescriptor in org.weda.property.impl |
---|
Classes in org.weda.property.impl that implement PropertyDescriptor | |
---|---|
class |
PropertyDescriptorImpl
Цель: хранение информации о свойстве |
Methods in org.weda.property.impl that return PropertyDescriptor | |
---|---|
PropertyDescriptor |
PropertyDescriptorImpl.getParent()
|
PropertyDescriptor |
PosibleValueImpl.getPropertyDescriptor()
|
PropertyDescriptor |
ObjectDescriptorRegistryImpl.getPropertyDescriptor(java.lang.Class baseClass,
java.lang.String propertyPath)
|
PropertyDescriptor |
ObjectDescriptor.getPropertyDescriptor(java.lang.String propertyName)
|
Methods in org.weda.property.impl with parameters of type PropertyDescriptor | |
---|---|
void |
ObjectDescriptor.addAdditionalPropertyInfo(PropertyDescriptor property)
|
void |
PropertyDescriptorImpl.setParent(PropertyDescriptor parent)
|
Constructors in org.weda.property.impl with parameters of type PropertyDescriptor | |
---|---|
PosibleValueImpl(java.lang.Object value,
PropertyDescriptor propertyDescriptor)
|
|
PosibleValueImpl(java.lang.Object value,
java.lang.String alias,
PropertyDescriptor propertyDescriptor)
|
Uses of PropertyDescriptor in org.weda.store |
---|
Methods in org.weda.store that return PropertyDescriptor | |
---|---|
PropertyDescriptor |
QueryFilterElement.getPropertyDescriptor()
Метод возвращает описание свойства. |
Methods in org.weda.store with parameters of type PropertyDescriptor | |
---|---|
void |
QueryFilterElement.setPropertyDescriptor(PropertyDescriptor propertyDescriptor)
Метод устанавливает описание свойства. |
Uses of PropertyDescriptor in org.weda.store.impl |
---|
Methods in org.weda.store.impl that return PropertyDescriptor | |
---|---|
PropertyDescriptor |
QueryFilterElementImpl.getPropertyDescriptor()
|
Methods in org.weda.store.impl with parameters of type PropertyDescriptor | |
---|---|
void |
QueryFilterElementImpl.setPropertyDescriptor(PropertyDescriptor propertyDescriptor)
|
Uses of PropertyDescriptor in org.weda.tapestry |
---|
Methods in org.weda.tapestry with parameters of type PropertyDescriptor | |
---|---|
Renderer |
RendererRegistry.getRenderer(PropertyDescriptor propertyDescriptor)
Метод подберет renderer оптимально подходящий для отрисовки значения указанного дескриптора свойства. |
Uses of PropertyDescriptor in org.weda.tapestry.component |
---|
Fields in org.weda.tapestry.component declared as PropertyDescriptor | |
---|---|
PropertyDescriptor |
Table.descriptor
|
Methods in org.weda.tapestry.component that return PropertyDescriptor | |
---|---|
abstract PropertyDescriptor |
ValueRenderer.getPropertyDescriptor()
|
Methods in org.weda.tapestry.component that return types with arguments of type PropertyDescriptor | |
---|---|
java.util.List<PropertyDescriptor> |
Table.getColumnDescriptors()
|
Uses of PropertyDescriptor in org.weda.tapestry.renderer |
---|
Methods in org.weda.tapestry.renderer with parameters of type PropertyDescriptor | |
---|---|
void |
Renderer.render(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle,
PropertyDescriptor propertyDescriptor,
ValueTypeConverter converter,
java.lang.Object value,
java.lang.Object dataId)
Метод производит отрисовку значения. |
Uses of PropertyDescriptor in org.weda.tapestry.renderer.impl |
---|
Methods in org.weda.tapestry.renderer.impl with parameters of type PropertyDescriptor | |
---|---|
Renderer |
RendererRegistryImpl.getRenderer(PropertyDescriptor pd)
|
void |
InplaceRenderer.render(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle,
PropertyDescriptor propertyDescriptor,
ValueTypeConverter converter,
java.lang.Object value,
java.lang.Object dataId)
|
void |
ImageRenderer.render(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle,
PropertyDescriptor propertyDescriptor,
ValueTypeConverter converter,
java.lang.Object value,
java.lang.Object dataId)
|
void |
DummyRenderer.render(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle,
PropertyDescriptor propertyDescriptor,
ValueTypeConverter converter,
java.lang.Object value,
java.lang.Object dataId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |