A B C D E F G H I J L M N O P R S T V W

C

CancelHintRequired - Interface in org.starobjects.wicket.ui.components.widgets.formcomponent
FormComponents that require explicit notification that their owning Form has been cancelled should implement this interface.
CharacterPanel - Class in org.starobjects.wicket.ui.components.scalars.primitive
Panel for rendering scalars of type Character or char.
CharacterPanel(String, ScalarModel) - Constructor for class org.starobjects.wicket.ui.components.scalars.primitive.CharacterPanel
 
CharacterPanelFactory - Class in org.starobjects.wicket.ui.components.scalars.primitive
ComponentFactory for CharacterPanel.
CharacterPanelFactory() - Constructor for class org.starobjects.wicket.ui.components.scalars.primitive.CharacterPanelFactory
 
CollectionContentsAsAjaxTable - Class in org.starobjects.wicket.ui.components.collectioncontents.ajaxtable
Panel that represents a collection of entitys rendered using AjaxFallbackDefaultDataTable.
CollectionContentsAsAjaxTable(String, EntityCollectionModel) - Constructor for class org.starobjects.wicket.ui.components.collectioncontents.ajaxtable.CollectionContentsAsAjaxTable
 
CollectionContentsAsAjaxTableFactory - Class in org.starobjects.wicket.ui.components.collectioncontents.ajaxtable
ComponentFactory for CollectionContentsAsAjaxTable.
CollectionContentsAsAjaxTableFactory() - Constructor for class org.starobjects.wicket.ui.components.collectioncontents.ajaxtable.CollectionContentsAsAjaxTableFactory
 
CollectionContentsAsIcons - Class in org.starobjects.wicket.ui.components.collectioncontents.icons
Panel that represents a collection of entitys rendered using a simple list of icons.
CollectionContentsAsIcons(String, EntityCollectionModel) - Constructor for class org.starobjects.wicket.ui.components.collectioncontents.icons.CollectionContentsAsIcons
 
CollectionContentsAsIconsFactory - Class in org.starobjects.wicket.ui.components.collectioncontents.icons
ComponentFactory for CollectionContentsAsIcons.
CollectionContentsAsIconsFactory() - Constructor for class org.starobjects.wicket.ui.components.collectioncontents.icons.CollectionContentsAsIconsFactory
 
CollectionContentsAsSimpleTable - Class in org.starobjects.wicket.ui.components.collectioncontents.simple
Panel that represents a collection of entitys rendered using a simple HTML table.
CollectionContentsAsSimpleTable(String, EntityCollectionModel) - Constructor for class org.starobjects.wicket.ui.components.collectioncontents.simple.CollectionContentsAsSimpleTable
 
CollectionContentsAsSimpleTableFactory - Class in org.starobjects.wicket.ui.components.collectioncontents.simple
ComponentFactory for CollectionContentsAsSimpleTable.
CollectionContentsAsSimpleTableFactory() - Constructor for class org.starobjects.wicket.ui.components.collectioncontents.simple.CollectionContentsAsSimpleTableFactory
 
CollectionContentsAsUnresolved - Class in org.starobjects.wicket.ui.components.collectioncontents.unresolved
Panel that represents a placeholder for a collection of entitys so that they can be only lazily resolved.
CollectionContentsAsUnresolved(String, EntityCollectionModel) - Constructor for class org.starobjects.wicket.ui.components.collectioncontents.unresolved.CollectionContentsAsUnresolved
 
CollectionContentsAsUnresolvedFactory - Class in org.starobjects.wicket.ui.components.collectioncontents.unresolved
ComponentFactory for CollectionContentsAsUnresolved.
CollectionContentsAsUnresolvedFactory() - Constructor for class org.starobjects.wicket.ui.components.collectioncontents.unresolved.CollectionContentsAsUnresolvedFactory
 
CollectionContentsSelector - Class in org.starobjects.wicket.ui.components.collectioncontents.selector
Provides a drop-down for selecting other views that support ComponentType.COLLECTION_CONTENTS with a backing EntityCollectionModel.
CollectionContentsSelector(String, EntityCollectionModel, ComponentFactory) - Constructor for class org.starobjects.wicket.ui.components.collectioncontents.selector.CollectionContentsSelector
 
CollectionContentsSelectorFactory - Class in org.starobjects.wicket.ui.components.collectioncontents.selector
ComponentFactory for CollectionContentsSelector.
CollectionContentsSelectorFactory() - Constructor for class org.starobjects.wicket.ui.components.collectioncontents.selector.CollectionContentsSelectorFactory
 
CollectionContentsSortableDataProvider - Class in org.starobjects.wicket.ui.components.collectioncontents.ajaxtable
Part of the AjaxFallbackDefaultDataTable API.
CollectionContentsSortableDataProvider(EntityCollectionModel) - Constructor for class org.starobjects.wicket.ui.components.collectioncontents.ajaxtable.CollectionContentsSortableDataProvider
 
CollectionPanel - Class in org.starobjects.wicket.ui.components.collection
Panel for rendering entity collection; analogous to (any concrete subclass of) ScalarPanelAbstract.
CollectionPanel(String, EntityCollectionModel) - Constructor for class org.starobjects.wicket.ui.components.collection.CollectionPanel
 
CollectionPanelFactory - Class in org.starobjects.wicket.ui.components.collection
ComponentFactory for CollectionContentsAsSimpleTable.
CollectionPanelFactory() - Constructor for class org.starobjects.wicket.ui.components.collection.CollectionPanelFactory
 
ColumnAbstract<T> - Class in org.starobjects.wicket.ui.components.collectioncontents.ajaxtable.columns
Represents a AbstractColumn within a AjaxFallbackDefaultDataTable.
ColumnAbstract(String) - Constructor for class org.starobjects.wicket.ui.components.collectioncontents.ajaxtable.columns.ColumnAbstract
 
ColumnAbstract(IModel<String>) - Constructor for class org.starobjects.wicket.ui.components.collectioncontents.ajaxtable.columns.ColumnAbstract
 
ComponentFactory - Interface in org.starobjects.wicket.ui
Creates Components of a specified ComponentType, optionally dependent on the provided model.
ComponentFactory.ApplicationAdvice - Enum in org.starobjects.wicket.ui
 
ComponentFactoryAbstract - Class in org.starobjects.wicket.ui
Adapter implementation for ComponentFactory.
ComponentFactoryAbstract(ComponentType) - Constructor for class org.starobjects.wicket.ui.ComponentFactoryAbstract
 
ComponentFactoryAbstract(ComponentType, String) - Constructor for class org.starobjects.wicket.ui.ComponentFactoryAbstract
 
ComponentFactoryList - Interface in org.starobjects.wicket.ui.app.registry
Defines an API for registering ComponentFactorys.
ComponentFactoryRegistry - Interface in org.starobjects.wicket.ui.app.registry
API for finding registered ComponentFactorys.
ComponentFactoryRegistryAccessor - Interface in org.starobjects.wicket.ui.app.registry
For obtaining the ComponentFactoryRegistry.
ComponentFactoryScalarAbstract - Class in org.starobjects.wicket.ui.components.scalars
 
ComponentFactoryScalarAbstract(Class<?>...) - Constructor for class org.starobjects.wicket.ui.components.scalars.ComponentFactoryScalarAbstract
 
componentIfCompact - Variable in class org.starobjects.wicket.ui.components.scalars.ScalarPanelAbstract
 
Components - Class in org.starobjects.wicket.ui.util
 
ComponentType - Enum in org.starobjects.wicket.ui
Enumerates the different types of Components that can be constructed using ComponentFactory.
ContainedButton - Class in org.starobjects.wicket.ui.components.widgets.buttons
A button contained within its own form.
ContainedButton(String, String) - Constructor for class org.starobjects.wicket.ui.components.widgets.buttons.ContainedButton
 
convertInput() - Method in class org.starobjects.wicket.ui.components.widgets.entitylink.EntityLink
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.actions.params.ActionParametersFormPanelFactory
 
createComponent(ComponentType, IModel<?>) - Method in interface org.starobjects.wicket.ui.app.registry.ComponentFactoryRegistry
As per ComponentFactoryRegistry.createComponent(ComponentType, String, IModel), but with the wicket id derived from the ComponentType.
createComponent(ComponentType, String, IModel<?>) - Method in interface org.starobjects.wicket.ui.app.registry.ComponentFactoryRegistry
Create the Component matching the specified ComponentType and IModel to the provided MarkupContainer; the id is specified explicitly.
createComponent(IModel<?>) - Method in interface org.starobjects.wicket.ui.ComponentFactory
Creates component, with id being derived from the component type for this factory.
createComponent(String, IModel<?>) - Method in interface org.starobjects.wicket.ui.ComponentFactory
Creates component, with specified id.
createComponent(IModel<?>) - Method in class org.starobjects.wicket.ui.ComponentFactoryAbstract
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.ComponentFactoryAbstract
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.actions.ActionInfoPanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.actions.ActionPanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.appactions.cssmenu.AppActionsCssMenuFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.collection.CollectionPanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.collectioncontents.ajaxtable.CollectionContentsAsAjaxTableFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.collectioncontents.icons.CollectionContentsAsIconsFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.collectioncontents.selector.CollectionContentsSelectorFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.collectioncontents.simple.CollectionContentsAsSimpleTableFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.collectioncontents.unresolved.CollectionContentsAsUnresolvedFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.empty.EmptyCollectionPanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.entity.blocks.propcoll.EntityCollectionsPanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.entity.blocks.propcoll.EntityPropertiesAndCollectionsPanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.entity.blocks.propcoll.EntityPropertiesPanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.entity.blocks.summary.EntitySummaryPanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.entity.combined.EntityCombinedPanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.entity.selector.EntitySelectorFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.entity.tabbed.EntityTabbedPanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.scalars.ComponentFactoryScalarAbstract
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.ComponentFactoryScalarAbstract
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.scalars.image.JavaAwtImagePanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.jdkdates.JavaSqlDatePanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.jdkdates.JavaSqlTimePanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.jdkdates.JavaUtilDatePanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.jdkmath.JavaMathBigDecimalPanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.jdkmath.JavaMathBigIntegerPanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.noapplib.NoColorPanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.noapplib.NoDatePanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.noapplib.NoDateTimePanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.noapplib.NoMoneyPanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.noapplib.NoPasswordPanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.noapplib.NoPercentagePanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.noapplib.NoTimePanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.noapplib.NoTimeStampPanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.primitive.BooleanPanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.primitive.BytePanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.primitive.CharacterPanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.primitive.DoublePanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.primitive.FloatPanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.primitive.IntegerPanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.primitive.LongPanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.primitive.ShortPanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.scalars.reference.ReferencePanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.string.StringPanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.scalars.value.ValuePanelFactory
 
createComponent(String, ScalarModel) - Method in class org.starobjects.wicket.ui.components.scalars.wizardpagedesc.WizardPageDescriptionPanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.value.StandaloneValuePanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.voidreturn.VoidReturnPanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.welcome.WelcomePanelFactory
 
createComponent(String, IModel<?>) - Method in class org.starobjects.wicket.ui.components.widgets.entitylink.EntityLinkFactory
 
createTextField() - Method in class org.starobjects.wicket.ui.components.scalars.noapplib.NoDatePanel
 
createTextField() - Method in class org.starobjects.wicket.ui.components.scalars.ScalarPanelTextFieldAbstract
 
createTextField() - Method in class org.starobjects.wicket.ui.components.scalars.ScalarPanelTextFieldParseableAbstract
 
css - package css
 
Css - Class in css
This is a bit of a hack, but this empty class allows Wicket to pick them up application-level CSS as ResourceReferences.
CssMenuBuilder - Class in org.starobjects.wicket.ui.components.widgets.cssmenu
Used to build a CssMenuItem hierarchy from a naked object's actions and any contributed actions from services.
CssMenuBuilder(NakedObjectMemento, List<NakedObject>, List<NakedObjectAction>, CssMenuLinkFactory) - Constructor for class org.starobjects.wicket.ui.components.widgets.cssmenu.CssMenuBuilder
 
CssMenuItem - Class in org.starobjects.wicket.ui.components.widgets.cssmenu
 
CssMenuItem.Builder - Class in org.starobjects.wicket.ui.components.widgets.cssmenu
 
CssMenuLinkFactory - Interface in org.starobjects.wicket.ui.components.widgets.cssmenu
Abstracts out the creation of the links within the CSS menu.
CssMenuPanel - Class in org.starobjects.wicket.ui.components.widgets.cssmenu
Top level panel for a CSS menu, consisting of a number of unparented CssMenuItems.
CssMenuPanel(String, CssMenuPanel.Style, List<CssMenuItem>) - Constructor for class org.starobjects.wicket.ui.components.widgets.cssmenu.CssMenuPanel
 
CssMenuPanel(ComponentType, CssMenuPanel.Style, CssMenuItem...) - Constructor for class org.starobjects.wicket.ui.components.widgets.cssmenu.CssMenuPanel
 
CssMenuPanel.Style - Enum in org.starobjects.wicket.ui.components.widgets.cssmenu
 
CssPlaytimePage - Class in org.starobjects.wicket.ui.zzz.cssplaytime
 
CssPlaytimePage() - Constructor for class org.starobjects.wicket.ui.zzz.cssplaytime.CssPlaytimePage
 
CssSubMenuItemsPanel - Class in org.starobjects.wicket.ui.components.widgets.cssmenu
Panel containing a list of CssMenuItems acting as submenus of a parent CssMenuItem.
CssSubMenuItemsPanel(String, List<CssMenuItem>) - Constructor for class org.starobjects.wicket.ui.components.widgets.cssmenu.CssSubMenuItemsPanel
 

A B C D E F G H I J L M N O P R S T V W
Copyright © 2009-2010 Dan Haywood. All Rights Reserved.