Uses of Class
org.wicketopia.context.Context

Packages that use Context
org.wicketopia   
org.wicketopia.builder.feature   
org.wicketopia.context   
org.wicketopia.editor   
org.wicketopia.editor.provider   
org.wicketopia.factory   
org.wicketopia.joda.provider.editor   
org.wicketopia.joda.provider.viewer   
org.wicketopia.layout   
org.wicketopia.layout.list   
org.wicketopia.layout.view   
org.wicketopia.metadata   
org.wicketopia.model.column   
org.wicketopia.persistence   
org.wicketopia.persistence.editor.provider   
org.wicketopia.security.predicate   
org.wicketopia.util   
org.wicketopia.viewer   
 

Uses of Context in org.wicketopia
 

Methods in org.wicketopia with parameters of type Context
<T> List<org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<T,String>>
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
<T> org.apache.wicket.model.IModel<? extends List<? extends T>>
AbstractDropDownChoicePropertyEditorProvider.createChoicesModel(Class<T> type, Context context)
           
protected
<T> org.apache.wicket.markup.html.form.DropDownChoice<T>
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
<T> org.apache.wicket.markup.html.form.IChoiceRenderer<T>
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
<T> org.apache.wicket.model.IModel<? extends List<? extends T>>
EntityDropDownChoicePropertyEditorProvider.createChoicesModel(Class<T> type, Context context)
           
protected
<T> org.apache.wicket.markup.html.form.IChoiceRenderer<T>
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)
           
 



Copyright © 2010-2013. All Rights Reserved.