|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Context in org.wicketopia |
---|
Methods in org.wicketopia with parameters of type Context | ||
---|---|---|
|
Wicketopia.createColumns(Class<T> beanType,
PropertyComponentFactory<T> factory,
Context context,
String... properties)
|
|
org.apache.wicket.Component |
Wicketopia.createPropertyEditor(String id,
org.metastopheles.PropertyMetaData propertyMetadata,
org.apache.wicket.model.IModel<?> propertyModel,
Context context)
|
|
org.apache.wicket.Component |
Wicketopia.createPropertyViewer(String id,
org.metastopheles.PropertyMetaData propertyMetaData,
org.apache.wicket.model.IModel<?> propertyModel,
Context context)
|
|
List<String> |
Wicketopia.getVisibleProperties(Class<?> beanType,
Context context,
String... properties)
|
Uses of Context in org.wicketopia.builder.feature |
---|
Methods in org.wicketopia.builder.feature with parameters of type Context | |
---|---|
boolean |
NonContextualFeature.isActiveFor(Context context)
|
boolean |
ComponentBuilderFeature.isActiveFor(Context context)
|
Uses of Context in org.wicketopia.context |
---|
Methods in org.wicketopia.context with parameters of type Context | |
---|---|
boolean |
ContextPredicate.evaluate(Context context)
|
Uses of Context in org.wicketopia.editor |
---|
Methods in org.wicketopia.editor with parameters of type Context | |
---|---|
EditorBuilder |
PropertyEditorProvider.createPropertyEditor(String componentId,
org.metastopheles.PropertyMetaData propertyMetadata,
org.apache.wicket.model.IModel<?> propertyModel,
Context context)
|
Uses of Context in org.wicketopia.editor.provider |
---|
Methods in org.wicketopia.editor.provider with parameters of type Context | ||
---|---|---|
protected abstract
|
AbstractDropDownChoicePropertyEditorProvider.createChoicesModel(Class<T> type,
Context context)
|
|
protected
|
AbstractDropDownChoicePropertyEditorProvider.createDropDownChoice(String componentId,
Class<T> propertyType,
org.apache.wicket.model.IModel<?> propertyModel,
Context context)
|
|
EditorBuilder |
EnumDropDownChoicePropertyEditorProvider.createPropertyEditor(String componentId,
org.metastopheles.PropertyMetaData propertyMetadata,
org.apache.wicket.model.IModel<?> propertyModel,
Context context)
|
|
EditorBuilder |
AbstractDropDownChoicePropertyEditorProvider.createPropertyEditor(String componentId,
org.metastopheles.PropertyMetaData propertyMetadata,
org.apache.wicket.model.IModel<?> propertyModel,
Context context)
|
|
protected abstract
|
AbstractDropDownChoicePropertyEditorProvider.createRenderer(org.apache.wicket.markup.html.form.DropDownChoice<T> ddc,
Class<T> type,
Context context)
|
Uses of Context in org.wicketopia.factory |
---|
Methods in org.wicketopia.factory with parameters of type Context | |
---|---|
org.apache.wicket.Component |
PropertyViewerComponentFactory.createPropertyComponent(String id,
org.apache.wicket.model.IModel<T> beanModel,
String propertyName,
Context context)
|
org.apache.wicket.Component |
PropertyEditorComponentFactory.createPropertyComponent(String id,
org.apache.wicket.model.IModel<T> beanModel,
String propertyName,
Context context)
|
org.apache.wicket.Component |
PropertyComponentFactory.createPropertyComponent(String id,
org.apache.wicket.model.IModel<T> beanModel,
String propertyName,
Context context)
|
Uses of Context in org.wicketopia.joda.provider.editor |
---|
Methods in org.wicketopia.joda.provider.editor with parameters of type Context | |
---|---|
EditorBuilder |
JodaTextFieldProvider.createPropertyEditor(String componentId,
org.metastopheles.PropertyMetaData propertyMetadata,
org.apache.wicket.model.IModel<?> propertyModel,
Context context)
|
Uses of Context in org.wicketopia.joda.provider.viewer |
---|
Methods in org.wicketopia.joda.provider.viewer with parameters of type Context | |
---|---|
ViewerBuilder |
JodaLabelProvider.createPropertyViewer(String componentId,
org.metastopheles.PropertyMetaData propertyMetadata,
org.apache.wicket.model.IModel<?> propertyModel,
Context context)
|
Uses of Context in org.wicketopia.layout |
---|
Methods in org.wicketopia.layout that return Context | |
---|---|
protected Context |
AbstractLayoutPanel.getContext()
|
Constructors in org.wicketopia.layout with parameters of type Context | |
---|---|
AbstractLayoutPanel(String id,
Class<T> beanType,
Context context,
PropertyComponentFactory<T> componentFactory)
|
|
AbstractLayoutPanel(String id,
Class<T> beanType,
Context context,
PropertyComponentFactory<T> componentFactory,
List<String> propertyNames)
|
|
AbstractLayoutPanel(String id,
Class<T> beanType,
Context context,
PropertyComponentFactory<T> componentFactory,
String... propertyNames)
|
Uses of Context in org.wicketopia.layout.list |
---|
Constructors in org.wicketopia.layout.list with parameters of type Context | |
---|---|
BeanListLayoutPanel(String id,
Class<T> beanType,
org.apache.wicket.model.IModel<? extends List<? extends T>> model,
Context context,
PropertyComponentFactory<T> componentFactory,
String... propertyNames)
|
Uses of Context in org.wicketopia.layout.view |
---|
Constructors in org.wicketopia.layout.view with parameters of type Context | |
---|---|
BeanViewLayoutPanel(String id,
Class<T> beanType,
org.apache.wicket.model.IModel<T> beanModel,
Context context,
PropertyComponentFactory<T> componentFactory)
|
|
BeanViewLayoutPanel(String id,
Class<T> beanType,
org.apache.wicket.model.IModel<T> beanModel,
Context context,
PropertyComponentFactory<T> tPropertyComponentFactory,
List<String> propertyNames)
|
|
BeanViewLayoutPanel(String id,
Class<T> beanType,
org.apache.wicket.model.IModel<T> beanModel,
Context context,
PropertyComponentFactory<T> componentFactory,
String... propertyNames)
|
|
CssBeanViewLayoutPanel(String id,
Class<T> beanType,
org.apache.wicket.model.IModel<T> beanModel,
Context context,
PropertyComponentFactory<T> componentFactory)
|
|
CssBeanViewLayoutPanel(String id,
Class<T> beanType,
org.apache.wicket.model.IModel<T> beanModel,
Context context,
PropertyComponentFactory<T> componentFactory,
List<String> propertyNames)
|
|
CssBeanViewLayoutPanel(String id,
Class<T> beanType,
org.apache.wicket.model.IModel<T> beanModel,
Context context,
PropertyComponentFactory<T> componentFactory,
String... propertyNames)
|
Uses of Context in org.wicketopia.metadata |
---|
Methods in org.wicketopia.metadata with parameters of type Context | |
---|---|
void |
WicketopiaPropertyFacet.decorate(EditorBuilder builder,
Context context)
|
void |
WicketopiaPropertyFacet.decorate(ViewerBuilder builder,
Context context)
|
boolean |
WicketopiaPropertyFacet.isEnabled(Context context)
|
boolean |
WicketopiaPropertyFacet.isRequired(Context context)
|
boolean |
WicketopiaPropertyFacet.isVisible(Context context)
|
Uses of Context in org.wicketopia.model.column |
---|
Constructors in org.wicketopia.model.column with parameters of type Context | |
---|---|
BeanPropertyColumn(PropertyComponentFactory<T> factory,
String propertyName,
Context context)
|
Uses of Context in org.wicketopia.persistence |
---|
Methods in org.wicketopia.persistence with parameters of type Context | |
---|---|
static PersistenceProvider |
PersistenceUtils.getProvider(Context context)
|
static void |
PersistenceUtils.setProvider(Context context,
PersistenceProvider persistenceProvider)
|
Uses of Context in org.wicketopia.persistence.editor.provider |
---|
Methods in org.wicketopia.persistence.editor.provider with parameters of type Context | ||
---|---|---|
protected
|
EntityDropDownChoicePropertyEditorProvider.createChoicesModel(Class<T> type,
Context context)
|
|
protected
|
EntityDropDownChoicePropertyEditorProvider.createRenderer(org.apache.wicket.markup.html.form.DropDownChoice<T> ddc,
Class<T> type,
Context context)
|
Uses of Context in org.wicketopia.security.predicate |
---|
Methods in org.wicketopia.security.predicate with parameters of type Context | |
---|---|
boolean |
RequiredRolesPredicate.evaluate(Context context)
|
Uses of Context in org.wicketopia.util |
---|
Methods in org.wicketopia.util with parameters of type Context | |
---|---|
boolean |
ContextualBoolean.getValue(Context context)
|
Uses of Context in org.wicketopia.viewer |
---|
Methods in org.wicketopia.viewer with parameters of type Context | |
---|---|
ViewerBuilder |
PropertyViewerProvider.createPropertyViewer(String componentId,
org.metastopheles.PropertyMetaData propertyMetadata,
org.apache.wicket.model.IModel<?> propertyModel,
Context context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |