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

A

AbstractPropertyQueryBinder - Class in net.databinder.models.hib
Base class for classes that bind queries using object properties.
AbstractPropertyQueryBinder() - Constructor for class net.databinder.models.hib.AbstractPropertyQueryBinder
 
ActiveObjectsApplication - Interface in net.databinder.ao
 
addChild(T) - Method in interface net.databinder.components.tree.data.DataTreeObject
Add new child node
addNewChildNode(DefaultMutableTreeNode) - Method in class net.databinder.components.tree.hib.DataTree
Create a new user object using DataTree.createNewObject() and add it to the tree as a child of parentNode.
addTo(FormComponent) - Static method in class net.databinder.valid.hib.DatabinderValidator
Add immediately to a form component.
adminForm(String, Class<? extends DataUser>) - Method in class net.databinder.auth.components.ao.UserAdminPage
 
adminForm(String, Class<? extends DataUser>) - Method in class net.databinder.auth.components.hib.UserAdminPage
 
adminForm(String, Class<? extends DataUser>) - Method in class net.databinder.auth.components.UserAdminPageBase
 
adminPageClass() - Method in class net.databinder.auth.components.ao.DataUserStatusPanel
 
adminPageClass() - Method in class net.databinder.auth.components.DataUserStatusPanelBase
 
adminPageClass() - Method in class net.databinder.auth.components.hib.DataUserStatusPanel
 
afterSubmit() - Method in class net.databinder.auth.components.DataProfilePanelBase
Subclasses call this after form submission.
afterSubmit() - Method in class net.databinder.components.ao.DataForm.DeleteButton
 
afterSubmit() - Method in class net.databinder.components.ao.TransactionalButton
Called after onSubmit's database transaction.
afterSubmit() - Method in class net.databinder.components.ao.TransactionalForm
Called after onSubmit's database transaction.
afterSubmit() - Method in class net.databinder.components.ao.TransactionalImageButton
Called after onSubmit's database transaction.
AjaxCell - Class in net.databinder.components
Extention of WebMarkupContainer that outputs a markup ID and placeholder tag if invisible by default.
AjaxCell(String, IModel) - Constructor for class net.databinder.components.AjaxCell
 
AjaxCell(String) - Constructor for class net.databinder.components.AjaxCell
 
AjaxOnKeyPausedSubmitter - Class in net.databinder.components
Attaches itself to the onchange event for a TextField or TextArea, and enhances that event to fire not just when focus changes but also when keyboard input pauses.
AjaxOnKeyPausedSubmitter() - Constructor for class net.databinder.components.AjaxOnKeyPausedSubmitter
Binds to onchange.
AjaxOnKeyPausedUpdater - Class in net.databinder.components
Attaches itself to the onchange event for a TextField or TextArea, and enhances that event to fire not just when focus changes but also when keyboard input pauses.
AjaxOnKeyPausedUpdater() - Constructor for class net.databinder.components.AjaxOnKeyPausedUpdater
Binds to onchange.
AlternatingClassModifier - Class in net.databinder.components
Alternates between class attribute values of "a" and "b", or user selected values, for even and odd ListItem components.
AlternatingClassModifier(ListItem) - Constructor for class net.databinder.components.AlternatingClassModifier
Constructs AttributeModifier for "class" with values "a" or "b".
AlternatingClassModifier(ListItem, String, String) - Constructor for class net.databinder.components.AlternatingClassModifier
Constructs AttributeModifier for "class" with the given alternating class values.
antiAliased - Variable in class net.databinder.components.RenderedLabel.RenderedTextImageResource
 
applyScope(Cookie) - Method in class net.databinder.CookieRequestCycle
Applies scope to cookies set by this application.
AuthApplication - Interface in net.databinder.auth
Application-specific authorization settings.
AuthDataApplication - Class in net.databinder.auth.ao
Optional base class for ActiveObjects applications using Databinder authentication.
AuthDataApplication() - Constructor for class net.databinder.auth.ao.AuthDataApplication
 
AuthDataApplication - Class in net.databinder.auth.hib
Adds basic authentication functionality to DataApplication.
AuthDataApplication() - Constructor for class net.databinder.auth.hib.AuthDataApplication
 
AuthDataSession - Class in net.databinder.auth.ao
Session to hold DataUser.
AuthDataSession(WebRequest) - Constructor for class net.databinder.auth.ao.AuthDataSession
 
AuthDataSession - Class in net.databinder.auth.hib
Session to hold DataUser.
AuthDataSession(Request) - Constructor for class net.databinder.auth.hib.AuthDataSession
Initialize new session.
AuthDataSessionBase - Class in net.databinder.auth
Base class for Databinder implementations providing an implementation for authentication cookies and current user lookup.
AuthDataSessionBase(Request) - Constructor for class net.databinder.auth.AuthDataSessionBase
Initialize new session.
authInit() - Method in class net.databinder.auth.ao.AuthDataApplication
Sets Wicket's security strategy for role authorization and appoints this object as the unauthorized instatiation listener.
authInit() - Method in class net.databinder.auth.hib.AuthDataApplication
Sets Wicket's security strategy for role authorization and appoints this object as the unauthorized instatiation listener.
AuthSession - Interface in net.databinder.auth
Required interface for user session of applications using Databinder authentication.

B

backgroundColor - Variable in class net.databinder.components.RenderedLabel.RenderedTextImageResource
 
BaseItemButton - Class in net.databinder.components
Base class for item buttons, whether ListItem or repeater Item.
BaseItemButton(String, ResourceReference) - Constructor for class net.databinder.components.BaseItemButton
 
BasicPassword - Class in net.databinder.auth.data.hib
Simple, optional implementation of DataPassword.
BasicPassword() - Constructor for class net.databinder.auth.data.hib.BasicPassword
 
BasicPassword(String) - Constructor for class net.databinder.auth.data.hib.BasicPassword
 
BatikRenderedLabel - Class in net.databinder.components
Renders text without font hinting, which can be better for some fonts at larger sizes.
BatikRenderedLabel(String) - Constructor for class net.databinder.components.BatikRenderedLabel
 
BatikRenderedLabel(String, boolean) - Constructor for class net.databinder.components.BatikRenderedLabel
 
BatikRenderedLabel(String, IModel) - Constructor for class net.databinder.components.BatikRenderedLabel
 
BatikRenderedLabel(String, IModel, boolean) - Constructor for class net.databinder.components.BatikRenderedLabel
 
BatikRenderedLabel.BatikRenderedTextImageResource - Class in net.databinder.components
 
BatikRenderedLabel.BatikRenderedTextImageResource() - Constructor for class net.databinder.components.BatikRenderedLabel.BatikRenderedTextImageResource
 
bind(Query, Object) - Method in class net.databinder.models.hib.AbstractPropertyQueryBinder
 
bind(Query) - Method in class net.databinder.models.hib.ModelPropertyQueryBinder
 
bind(Query) - Method in class net.databinder.models.hib.PropertyQueryBinder
 
bind(Query) - Method in interface net.databinder.models.hib.QueryBinder
Set values for parameters in the query.
BindingModel - Interface in net.databinder.models
Model associated with an object that can be "bound" to persistent storage.
BlobUploadField - Class in net.databinder.components.hib
Extension of FileUploadField optimized for blob resources.
BlobUploadField(String) - Constructor for class net.databinder.components.hib.BlobUploadField
Costructor to be used with compound property model.
BlobUploadField(String, IModel) - Constructor for class net.databinder.components.hib.BlobUploadField
Constructor to be used with PropertyModel or other model.
boldFont - Variable in class net.databinder.components.FontFormattedRenderedLabel.FontFormattedRenderedImageResource
 
build(Criteria) - Method in class net.databinder.components.tree.hib.DataTree.TopLevelCriteriaBuilder
build criteria for a null "parent" property
build(Criteria) - Method in interface net.databinder.models.hib.CriteriaBuilder
Add properties, set projections, etc.
build(Criteria) - Method in class net.databinder.models.hib.CriteriaColumnFilter
 
build(Criteria) - Method in class net.databinder.models.hib.CriteriaSorter
 
build(Session) - Method in class net.databinder.models.hib.QueryBinderBuilder
 
build(Session) - Method in interface net.databinder.models.hib.QueryBuilder
Create query from session and bind it to parameters.
buildDatabaseProvider(Object) - Method in class net.databinder.ao.DataApplication
 
buildEntityManager(Object, DatabaseProvider) - Method in class net.databinder.ao.DataApplication
 
buildHibernateSessionFactory(Object) - Method in class net.databinder.hib.DataApplication
Called by init to create Hibernate session factory and load a configuration.
buildHibernateSessionFactory(Object, AnnotationConfiguration) - Method in class net.databinder.hib.DataApplication
Builds and a session factory with the given configuration.
buildOrdered(Criteria) - Method in interface net.databinder.models.hib.OrderingCriteriaBuilder
Build the (entire) criteria, including an order
buildUnordered(Criteria) - Method in interface net.databinder.models.hib.OrderingCriteriaBuilder
Build the criteria without setting an order

C

CayenneRequestCycle - Interface in net.databinder.cay
Should be implemented by request cycle in an application using this module.
change(String) - Method in interface net.databinder.auth.data.DataPassword
Change this object's password to the given one.
change(String) - Method in class net.databinder.auth.data.hib.BasicPassword
 
checkBinding() - Method in class net.databinder.models.hib.HibernateObjectModel
Checks if the model is retaining an object this has since become a persistent entity.
checkDetach(Object...) - Static method in class net.databinder.models.Models
Detaches any given objects that implement IDetachable
chunkSize - Variable in class net.databinder.models.SublistProjectionModel.Chunked
 
clear(AjaxRequestTarget) - Method in class net.databinder.components.tree.hib.DataTree
 
clearCookie(String) - Method in class net.databinder.CookieRequestCycle
Sets a new a cookie with an expiration time of zero to an clear an old one from the browser, and removes any copy from this request's cookie cache.
clearPersistentObject() - Method in class net.databinder.components.hib.DataForm
Replaces the form's model object with a new, blank instance.
clearPersistentObject() - Method in class net.databinder.models.hib.HibernateObjectModel
Deprecated. use HibernateObjectModel.unbind()
closeSession(Object) - Method in class net.databinder.hib.DataRequestCycle
Roll back active transactions and close session.
ClusterServer - Class in net.databinder.web
 
ClusterServer() - Constructor for class net.databinder.web.ClusterServer
 
color - Variable in class net.databinder.components.RenderedLabel.RenderedTextImageResource
 
ColorConverter - Class in net.databinder.converters
Convert between a HTML hex color string and java.awt.Color.
ColorConverter() - Constructor for class net.databinder.converters.ColorConverter
 
CommittingDataForm - Class in net.databinder.components.cay
Form that commits the current context in onSubmit()
CommittingDataForm(String) - Constructor for class net.databinder.components.cay.CommittingDataForm
 
CommittingDataForm(String, IModel) - Constructor for class net.databinder.components.cay.CommittingDataForm
 
configure(Server, WebAppContext) - Method in class net.databinder.web.ClusterServer
 
configure(Server, WebAppContext) - Method in class net.databinder.web.DataServer
Override to customize the server and context objects.
configureHibernate(AnnotationConfiguration) - Method in class net.databinder.auth.hib.AuthDataApplication
Adds to the configuration whatever DataUser class is defined.
configureHibernate(AnnotationConfiguration, Object) - Method in class net.databinder.hib.DataApplication
Configures the session factory associated with the key.
configureHibernate(AnnotationConfiguration) - Method in class net.databinder.hib.DataApplication
Configures the default session factory; override to add annotated classes but don't forget to call this super-implementation if you want its defaults.
configureHibernateEssentials(AnnotationConfiguration) - Method in class net.databinder.hib.DataApplication
For Hibernate settings that should not normally be overriden by client applications.
contextRequested() - Method in interface net.databinder.cay.CayenneRequestCycle
Called every time the current context is requested.
contextRequested() - Method in class net.databinder.cay.DataRequestCycle
Binds context to this thread.
ConversationPage - Class in net.databinder.hib.conv.components
 
ConversationPage() - Constructor for class net.databinder.hib.conv.components.ConversationPage
 
ConversationPage(Session) - Constructor for class net.databinder.hib.conv.components.ConversationPage
 
ConversationPage(Object, Session) - Constructor for class net.databinder.hib.conv.components.ConversationPage
 
convertToObject(String, Locale) - Method in class net.databinder.components.DateLabel.DateConverter
Deprecated.  
convertToObject(String, Locale) - Method in class net.databinder.components.TextileLabel.TextileConverter
 
convertToObject(String, Locale) - Method in class net.databinder.converters.ColorConverter
 
convertToObject(String, Locale) - Method in class net.databinder.converters.URIConverter
 
convertToString(Object, Locale) - Method in class net.databinder.components.DateLabel.DateConverter
Deprecated.  
convertToString(Object, Locale) - Method in class net.databinder.components.TextileLabel.TextileConverter
 
convertToString(Object, Locale) - Method in class net.databinder.converters.ColorConverter
 
convertValue(String[]) - Method in class net.databinder.auth.components.RSAPasswordTextField
 
CookieRequestCycle - Class in net.databinder
Request cycle with cookie convenience methods that reflects removal immediately.
CookieRequestCycle(WebApplication, WebRequest, Response) - Constructor for class net.databinder.CookieRequestCycle
 
cookieSignIn() - Method in class net.databinder.auth.AuthDataSessionBase
Attempts cookie sign in, which will set usename field but not user.
createLabelModel(IModel) - Method in class net.databinder.components.ObjectFilteredPropertyColumn
 
createNewObject() - Method in class net.databinder.components.tree.hib.DataTree
Create a new instance of T.
createUserModel(DataUser) - Method in class net.databinder.auth.ao.AuthDataSession
 
createUserModel(DataUser) - Method in class net.databinder.auth.AuthDataSessionBase
 
createUserModel(DataUser) - Method in class net.databinder.auth.hib.AuthDataSession
 
CriteriaBuilder - Interface in net.databinder.models.hib
Interface for callback that sets parameters for a Hibernate Creteria object and any necessary sub-criteria.
CriteriaColumnFilter - Class in net.databinder.models.hib
CriteriaColumnFilter
CriteriaColumnFilter(Object, IColumn[]) - Constructor for class net.databinder.models.hib.CriteriaColumnFilter
 
CriteriaSorter - Class in net.databinder.models.hib
CriteriaSorter
CriteriaSorter() - Constructor for class net.databinder.models.hib.CriteriaSorter
 
CriteriaSorter(String) - Constructor for class net.databinder.models.hib.CriteriaSorter
 
CriteriaSorter(String, boolean) - Constructor for class net.databinder.models.hib.CriteriaSorter
 
CriteriaSorter(String, boolean, boolean) - Constructor for class net.databinder.models.hib.CriteriaSorter
 
CustomLabel - Class in net.databinder.components
Deprecated. this class isn't really necessary; just override getConverter
CustomLabel(String, IConverter) - Constructor for class net.databinder.components.CustomLabel
Deprecated.  
CustomLabel(String, IModel, IConverter) - Constructor for class net.databinder.components.CustomLabel
Deprecated.  

D

DataApplication - Class in net.databinder.ao
Optional application base for ActiveObjects.
DataApplication() - Constructor for class net.databinder.ao.DataApplication
 
DataApplication - Class in net.databinder.cay
Application base for Cayenne.
DataApplication() - Constructor for class net.databinder.cay.DataApplication
 
DataApplication - Class in net.databinder.hib
Optional Databinder base Application class for configuration and session management.
DataApplication() - Constructor for class net.databinder.hib.DataApplication
 
DataApplication.BmarkDataBrowser - Class in net.databinder.hib
Bookmarkable subclass of DataBrowser page.
DataApplication.BmarkDataBrowser() - Constructor for class net.databinder.hib.DataApplication.BmarkDataBrowser
 
DataApplicationBase - Class in net.databinder
Common functionality for Databinder applications.
DataApplicationBase() - Constructor for class net.databinder.DataApplicationBase
 
Databinder - Class in net.databinder.ao
 
Databinder() - Constructor for class net.databinder.ao.Databinder
 
Databinder - Class in net.databinder.cay
Provides access to Cayenne context for this thread.
Databinder() - Constructor for class net.databinder.cay.Databinder
 
Databinder - Class in net.databinder.hib
Provides access to application-bound Hibernate session factories and current sessions.
Databinder() - Constructor for class net.databinder.hib.Databinder
 
DatabinderValidator - Class in net.databinder.valid.hib
Checks a base model and property name against Hibernate Validator.
DatabinderValidator(IModel, String) - Constructor for class net.databinder.valid.hib.DatabinderValidator
Validator for a property of an entity.
DatabinderValidator() - Constructor for class net.databinder.valid.hib.DatabinderValidator
Construct instance that attempts to determine the base object and property to validate form the component it is added to.
DatabinderValidator.UnrecognizedModelException - Exception in net.databinder.valid.hib
 
DatabinderValidator.UnrecognizedModelException(Component, IModel) - Constructor for exception net.databinder.valid.hib.DatabinderValidator.UnrecognizedModelException
 
DataBrowser - Class in net.databinder.components.hib
Page containing a QueryPanel for browsing data and testing Hibernate queries.
DataBrowser(boolean) - Constructor for class net.databinder.components.hib.DataBrowser
 
DataConversationRequestCycle - Class in net.databinder.hib.conv
Supports extended Hibernate sessions for long conversations.
DataConversationRequestCycle(WebApplication, WebRequest, Response) - Constructor for class net.databinder.hib.conv.DataConversationRequestCycle
 
DataForm - Class in net.databinder.components.ao
Form to be used with a single object, wraps in a compound property model.
DataForm(String, Class) - Constructor for class net.databinder.components.ao.DataForm
 
DataForm(String, EntityModel) - Constructor for class net.databinder.components.ao.DataForm
 
DataForm - Class in net.databinder.components.cay
Form to be used with a single object, wraps in a compound property model.
DataForm(String, Class<? extends DataObject>) - Constructor for class net.databinder.components.cay.DataForm
 
DataForm(String, DataObject) - Constructor for class net.databinder.components.cay.DataForm
 
DataForm(String, ObjectId) - Constructor for class net.databinder.components.cay.DataForm
 
DataForm - Class in net.databinder.components.hib
Form for a persistent model object nested in a BoundCompoundPropertyModel.
DataForm(String, Class) - Constructor for class net.databinder.components.hib.DataForm
Instantiates this form and a new, blank instance of the given class as a persistent model object.
DataForm(String, HibernateObjectModel) - Constructor for class net.databinder.components.hib.DataForm
 
DataForm(String, Class, Serializable) - Constructor for class net.databinder.components.hib.DataForm
Instantiates this form with a persistent object of the given class and id.
DataForm(String) - Constructor for class net.databinder.components.hib.DataForm
Form that is nested below a component with a compound model containing a Hibernate model.
DataForm.ClearLink - Class in net.databinder.components.hib
 
DataForm.ClearLink(String) - Constructor for class net.databinder.components.hib.DataForm.ClearLink
 
DataForm.DeleteButton - Class in net.databinder.components.ao
Button to delete this form's model object.
DataForm.DeleteButton(String) - Constructor for class net.databinder.components.ao.DataForm.DeleteButton
 
DataFormBase - Class in net.databinder.components.hib
Base class for forms that commit in onSubmit().
DataFormBase(String) - Constructor for class net.databinder.components.hib.DataFormBase
 
DataFormBase(String, IModel) - Constructor for class net.databinder.components.hib.DataFormBase
 
dataInit() - Method in class net.databinder.ao.DataApplication
Initializes a default ActiveObjects entity manager.
dataInit() - Method in class net.databinder.cay.DataApplication
Does nothing, no init required.
dataInit() - Method in class net.databinder.DataApplicationBase
Databinder initialization, client applications should not normally override.
dataInit() - Method in class net.databinder.hib.DataApplication
Initializes a default Hibernate session factory and mounts a page for the data browser.
DataListModel - Class in net.databinder.models.cay
Model that returns a list for the given Query.
DataListModel(Query) - Constructor for class net.databinder.models.cay.DataListModel
 
dataModel(Object) - Method in class net.databinder.models.ao.EntityProvider
 
dataModel(Object) - Method in class net.databinder.models.cay.DataProvider
 
dataModel(Object) - Method in class net.databinder.models.hib.HibernateProvider
 
dataModel(Object) - Method in class net.databinder.models.PropertyDataProvider
Wrap in appropriate persistent model in subclass
DataObjectModel - Class in net.databinder.models.cay
Basic model mapping to a single Cayenne data object.
DataObjectModel(Class<? extends DataObject>) - Constructor for class net.databinder.models.cay.DataObjectModel
 
DataObjectModel(ObjectId) - Constructor for class net.databinder.models.cay.DataObjectModel
 
DataObjectModel(DataObject) - Constructor for class net.databinder.models.cay.DataObjectModel
 
DataPanel - Class in net.databinder.components.hib
Panel subclass to be tied to a single persistent object.
DataPanel(String, HibernateObjectModel) - Constructor for class net.databinder.components.hib.DataPanel
Create panel with an existing persistent object model.
DataPanel(String, Class, Serializable) - Constructor for class net.databinder.components.hib.DataPanel
Instantiates this panel with a persistent object of the given class and id.
DataPanel(String) - Constructor for class net.databinder.components.hib.DataPanel
Create panel without a model.
DataPassword - Interface in net.databinder.auth.data
Password interface for DataUser.
DataProfilePage - Class in net.databinder.auth.components.ao
Display profile editing page for logged in user.
DataProfilePage(DataSignInPageBase.ReturnPage) - Constructor for class net.databinder.auth.components.ao.DataProfilePage
 
DataProfilePage - Class in net.databinder.auth.components.hib
Display profile editing page for logged in user.
DataProfilePage(DataSignInPageBase.ReturnPage) - Constructor for class net.databinder.auth.components.hib.DataProfilePage
 
DataProfilePageBase - Class in net.databinder.auth.components
Display profile editing page for logged in user.
DataProfilePageBase(DataSignInPageBase.ReturnPage) - Constructor for class net.databinder.auth.components.DataProfilePageBase
 
DataProfilePanel - Class in net.databinder.auth.components.ao
Registration with username, password, and password confirmation.
DataProfilePanel(String, DataSignInPageBase.ReturnPage) - Constructor for class net.databinder.auth.components.ao.DataProfilePanel
 
DataProfilePanel - Class in net.databinder.auth.components.hib
Registration with username, password, and password confirmation.
DataProfilePanel(String, DataSignInPageBase.ReturnPage) - Constructor for class net.databinder.auth.components.hib.DataProfilePanel
 
DataProfilePanelBase - Class in net.databinder.auth.components
Registration with username, password, and password confirmation.
DataProfilePanelBase(String, DataSignInPageBase.ReturnPage) - Constructor for class net.databinder.auth.components.DataProfilePanelBase
 
DataProfilePanelBase.Profile - Class in net.databinder.auth.components
Contents of the profile form.
DataProfilePanelBase.Profile(String) - Constructor for class net.databinder.auth.components.DataProfilePanelBase.Profile
 
DataProfilePanelBase.UsernameValidator - Class in net.databinder.auth.components
Username is valid if isAvailable(username) returns true
DataProfilePanelBase.UsernameValidator() - Constructor for class net.databinder.auth.components.DataProfilePanelBase.UsernameValidator
 
DataProvider - Class in net.databinder.models.cay
IDataProvider implementation for Cayenne.
DataProvider(SelectQuery) - Constructor for class net.databinder.models.cay.DataProvider
 
DataRequestCycle - Class in net.databinder.cay
Request cycle that binds Cayenne context to current thread.
DataRequestCycle(WebApplication, WebRequest, Response) - Constructor for class net.databinder.cay.DataRequestCycle
 
DataRequestCycle - Class in net.databinder.hib
Opens Hibernate sessions and transactions as required and closes them at a request's end.
DataRequestCycle(WebApplication, WebRequest, Response) - Constructor for class net.databinder.hib.DataRequestCycle
 
DataServer - Class in net.databinder.web
Optional starter class for embedded Jetty.
DataServer() - Constructor for class net.databinder.web.DataServer
Starts web sever using any parameters supplied.
dataSessionRequested(Object) - Method in class net.databinder.hib.conv.DataConversationRequestCycle
Called by DataStaticService when a session is needed and does not already exist.
dataSessionRequested(Object) - Method in class net.databinder.hib.DataRequestCycle
Called by DataStaticService when a session is needed and does not already exist.
dataSessionRequested(Object) - Method in interface net.databinder.hib.HibernateRequestCycle
 
DataSignInPage - Class in net.databinder.auth.components.ao
Sign in and registration page.
DataSignInPage(DataSignInPageBase.ReturnPage) - Constructor for class net.databinder.auth.components.ao.DataSignInPage
 
DataSignInPage(PageParameters) - Constructor for class net.databinder.auth.components.ao.DataSignInPage
 
DataSignInPage - Class in net.databinder.auth.components.hib
Sign in and registration page.
DataSignInPage(DataSignInPageBase.ReturnPage) - Constructor for class net.databinder.auth.components.hib.DataSignInPage
 
DataSignInPage(PageParameters) - Constructor for class net.databinder.auth.components.hib.DataSignInPage
 
DataSignInPage(PageParameters, DataSignInPageBase.ReturnPage) - Constructor for class net.databinder.auth.components.hib.DataSignInPage
 
DataSignInPageBase - Class in net.databinder.auth.components
Sign in and registration page.
DataSignInPageBase(PageParameters) - Constructor for class net.databinder.auth.components.DataSignInPageBase
Displays sign in page.
DataSignInPageBase(DataSignInPageBase.ReturnPage) - Constructor for class net.databinder.auth.components.DataSignInPageBase
 
DataSignInPageBase(PageParameters, DataSignInPageBase.ReturnPage) - Constructor for class net.databinder.auth.components.DataSignInPageBase
 
DataSignInPageBase.ReturnPage - Interface in net.databinder.auth.components
 
DataSignInPanel - Class in net.databinder.auth.components
Displays username and password fields, along with optional "remember me" checkbox.
DataSignInPanel(String, DataSignInPageBase.ReturnPage) - Constructor for class net.databinder.auth.components.DataSignInPanel
 
DataSignInPanel.SignInForm - Class in net.databinder.auth.components
 
DataSignInPanel.SignInForm(String) - Constructor for class net.databinder.auth.components.DataSignInPanel.SignInForm
 
DataStyleLink - Class in net.databinder.components
Component for a link to the basic Databinder stylesheet.
DataStyleLink(String) - Constructor for class net.databinder.components.DataStyleLink
 
DataTree<T extends DataTreeObject<T>> - Class in net.databinder.components.tree.hib
An extension of BaseTree based on node objects being represented by HibernateObjectModels.
DataTree(String, HibernateObjectModel) - Constructor for class net.databinder.components.tree.hib.DataTree
Construct a tree with a root entity.
DataTree(String, HibernateListModel) - Constructor for class net.databinder.components.tree.hib.DataTree
Construct a rootless tree based on a list of top level nodes.
DataTree.TopLevelCriteriaBuilder - Class in net.databinder.components.tree.hib
Convenience criteria builder for fetching top-level entities.
DataTree.TopLevelCriteriaBuilder() - Constructor for class net.databinder.components.tree.hib.DataTree.TopLevelCriteriaBuilder
 
DataTreeCollapseAllLink - Class in net.databinder.components.tree.hib
Collapse all tree nodes.
DataTreeCollapseAllLink(String, DataTree<?>) - Constructor for class net.databinder.components.tree.hib.DataTreeCollapseAllLink
 
DataTreeDeleteButton<T extends DataTreeObject<T>> - Class in net.databinder.components.tree.hib
Delete the selected node.
DataTreeDeleteButton(String, SingleSelectionDataTree<T>) - Constructor for class net.databinder.components.tree.hib.DataTreeDeleteButton
 
DataTreeDeleteButton(String, SingleSelectionDataTree<T>, boolean) - Constructor for class net.databinder.components.tree.hib.DataTreeDeleteButton
 
DataTreeExpandAllLink - Class in net.databinder.components.tree.hib
Expand all tree nodes.
DataTreeExpandAllLink(String, DataTree<?>) - Constructor for class net.databinder.components.tree.hib.DataTreeExpandAllLink
 
DataTreeNewChildLink - Class in net.databinder.components.tree.hib
Add a new child to the selected tree node.
DataTreeNewChildLink(String, DataTree, DefaultMutableTreeNode) - Constructor for class net.databinder.components.tree.hib.DataTreeNewChildLink
 
DataTreeNewChildLink.SingleSelection - Class in net.databinder.components.tree.hib
 
DataTreeNewChildLink.SingleSelection(String, SingleSelectionDataTree<?>) - Constructor for class net.databinder.components.tree.hib.DataTreeNewChildLink.SingleSelection
 
DataTreeObject<T> - Interface in net.databinder.components.tree.data
Classes used as the concrete type of a DataTree, i.e., the type of objects being represented by the tree nodes, must implement this interface.
DataUser - Interface in net.databinder.auth.data
Base user interface.
DataUserStatusPanel - Class in net.databinder.auth.components.ao
Displays sign in and out links, as well as current user if any.
DataUserStatusPanel(String) - Constructor for class net.databinder.auth.components.ao.DataUserStatusPanel
 
DataUserStatusPanel - Class in net.databinder.auth.components.hib
Displays sign in and out links, as well as current user if any.
DataUserStatusPanel(String) - Constructor for class net.databinder.auth.components.hib.DataUserStatusPanel
 
DataUserStatusPanelBase - Class in net.databinder.auth.components
Displays sign in and out links, as well as current user if any.
DataUserStatusPanelBase(String) - Constructor for class net.databinder.auth.components.DataUserStatusPanelBase
Constructs sign in and out links.
DateLabel - Class in net.databinder.components
Deprecated. use DateLabel from wicket-datetime
DateLabel(String, String) - Constructor for class net.databinder.components.DateLabel
Deprecated.  
DateLabel(String, DateFormat) - Constructor for class net.databinder.components.DateLabel
Deprecated.  
DateLabel(String, IModel, String) - Constructor for class net.databinder.components.DateLabel
Deprecated.  
DateLabel(String, IModel, DateFormat) - Constructor for class net.databinder.components.DateLabel
Deprecated.  
DateLabel.DateConverter - Class in net.databinder.components
Deprecated. Format Date as a String determined by its configuration.
DateLabel.DateConverter(DateFormat) - Constructor for class net.databinder.components.DateLabel.DateConverter
Deprecated.  
deleteButton(String) - Method in class net.databinder.auth.components.ao.UserAdminPage
 
deleteButton(String) - Method in class net.databinder.auth.components.hib.UserAdminPage
 
deleteButton(String) - Method in class net.databinder.auth.components.UserAdminPageBase
 
deletePersistentObject() - Method in class net.databinder.components.hib.DataForm
Deletes the form's model object from persistent storage.
destroy() - Method in class net.databinder.util.RedirectFilter
 
detach() - Method in class net.databinder.auth.AuthDataSessionBase
Detach userModel manually, as it isnt' attached to any component.
detach() - Method in class net.databinder.models.ao.EntityProvider
 
detach() - Method in class net.databinder.models.hib.HibernateProvider
does nothing
detach() - Method in class net.databinder.models.hib.ModelPropertyQueryBinder
 
detach() - Method in class net.databinder.models.LoadableWritableModel
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class net.databinder.util.RedirectFilter
 

E

ensureSession(SessionUnit) - Static method in class net.databinder.hib.Databinder
Wraps SessionUnit callback in a temporary thread-bound Hibernate session from the default factory if necessary.
ensureSession(SessionUnit, Object) - Static method in class net.databinder.hib.Databinder
Wraps SessionUnit callback in a temporary thread-bound Hibernate session from the keyed factory if necessary.
EntityListModel - Class in net.databinder.models.ao
 
EntityListModel(Class) - Constructor for class net.databinder.models.ao.EntityListModel
 
EntityListModel(Class, Query) - Constructor for class net.databinder.models.ao.EntityListModel
 
EntityModel - Class in net.databinder.models.ao
 
EntityModel(Class, Serializable) - Constructor for class net.databinder.models.ao.EntityModel
 
EntityModel(Class) - Constructor for class net.databinder.models.ao.EntityModel
 
EntityModel(RawEntity<?>) - Constructor for class net.databinder.models.ao.EntityModel
 
EntityProvider - Class in net.databinder.models.ao
 
EntityProvider(Class) - Constructor for class net.databinder.models.ao.EntityProvider
 
EntityProvider(Class, Query) - Constructor for class net.databinder.models.ao.EntityProvider
 
EqualPasswordConvertedInputValidator - Class in net.databinder.auth.valid
Compares post-conversion input, match is valid.
EqualPasswordConvertedInputValidator(FormComponent, FormComponent) - Constructor for class net.databinder.auth.valid.EqualPasswordConvertedInputValidator
 
equals(Object) - Method in class net.databinder.models.hib.HibernateObjectModel
Compares contained objects if present, otherwise calls super-implementation.
ExceptionFilteringRequestCycle - Class in net.databinder
Request cycle that logs runtime exceptions as warnings if their origin matches a pattern.
ExceptionFilteringRequestCycle(WebApplication, WebRequest, Response) - Constructor for class net.databinder.ExceptionFilteringRequestCycle
 
existing() - Method in class net.databinder.auth.components.DataProfilePanelBase
 

F

feedbackBorder(String) - Method in class net.databinder.auth.components.DataProfilePanelBase
 
feedbackBorder(String) - Method in class net.databinder.auth.components.DataSignInPanel
 
FocusableTextField - Class in net.databinder.components
TextField that can be told to focus itself on the next request.
FocusableTextField(String, IModel) - Constructor for class net.databinder.components.FocusableTextField
 
FocusableTextField(String) - Constructor for class net.databinder.components.FocusableTextField
 
FocusableTextField(String, IModel, WebPage) - Constructor for class net.databinder.components.FocusableTextField
Deprecated.  
FocusableTextField(String, WebPage) - Constructor for class net.databinder.components.FocusableTextField
Deprecated.  
font - Variable in class net.databinder.components.RenderedLabel.RenderedTextImageResource
 
FontFormattedRenderedLabel - Class in net.databinder.components
Uses specified fonts for bold and italic text.
FontFormattedRenderedLabel(String) - Constructor for class net.databinder.components.FontFormattedRenderedLabel
 
FontFormattedRenderedLabel(String, IModel) - Constructor for class net.databinder.components.FontFormattedRenderedLabel
 
FontFormattedRenderedLabel(String, boolean) - Constructor for class net.databinder.components.FontFormattedRenderedLabel
 
FontFormattedRenderedLabel(String, IModel, boolean) - Constructor for class net.databinder.components.FontFormattedRenderedLabel
 
FontFormattedRenderedLabel.FontFormattedRenderedImageResource - Class in net.databinder.components
 
FontFormattedRenderedLabel.FontFormattedRenderedImageResource() - Constructor for class net.databinder.components.FontFormattedRenderedLabel.FontFormattedRenderedImageResource
 
fontForResource(Resource) - Static method in class net.databinder.components.RenderedLabel
Utility method for creating Font objects from resources.
form - Variable in class net.databinder.auth.components.UserAdminPageBase
 
FormattedRenderedTextImageResource - Class in net.databinder.components
Base class for rendered labels formated with a Markdown subset including **bold** __bold__ *italic* _italic_ and [link] appearance, as well as hard returns (space-space-newline) and paragraphs (newline-newline).
FormattedRenderedTextImageResource() - Constructor for class net.databinder.components.FormattedRenderedTextImageResource
 
FtpScheme() - Static method in class net.databinder.validators.URIValidator
Accepts only URIs having an ftp scheme.

G

generateSchema(EntityManager, Object) - Method in class net.databinder.ao.DataApplication
Generate schema if desired, called only in development mode.
get() - Static method in class net.databinder.auth.AuthDataSessionBase
 
get() - Method in interface net.databinder.auth.components.DataSignInPageBase.ReturnPage
 
get(int) - Method in class net.databinder.models.SublistProjectionModel.ProjectedSublist
 
getApp() - Static method in class net.databinder.auth.AuthDataSessionBase
 
getAttributedLines() - Method in class net.databinder.components.BatikRenderedLabel.BatikRenderedTextImageResource
 
getAttributedLines() - Method in class net.databinder.components.FormattedRenderedTextImageResource
 
getAttributedLines() - Method in class net.databinder.components.RenderedLabel.RenderedTextImageResource
 
getAuthCookieName() - Static method in class net.databinder.auth.AuthDataSessionBase
 
getAuthSession() - Static method in class net.databinder.auth.components.DataSignInPageBase
 
getAuthSession() - Method in class net.databinder.auth.components.DataUserStatusPanelBase
 
getBackgroundColor() - Method in class net.databinder.components.RenderedLabel
 
getBindingModel() - Method in class net.databinder.auth.components.UserAdminPageBase
 
getBindingModel() - Method in class net.databinder.components.hib.DataPanel
 
getBoldFont() - Method in class net.databinder.components.FontFormattedRenderedLabel
 
getChallengeVar() - Method in class net.databinder.auth.components.RSAPasswordTextField
 
getChildren() - Method in interface net.databinder.components.tree.data.DataTreeObject
 
getChoiceRenderer() - Method in class net.databinder.components.ObjectFilteredPropertyColumn
 
getColor() - Method in class net.databinder.components.RenderedLabel
 
getCompoundModel() - Method in class net.databinder.components.hib.DataForm
 
getContext() - Static method in class net.databinder.cay.Databinder
 
getConversationSession(Object) - Method in class net.databinder.hib.conv.components.ConversationPage
 
getConversationSession() - Method in class net.databinder.hib.conv.components.ConversationPage
 
getConversationSession(Object) - Method in interface net.databinder.hib.conv.components.IConversationPage
 
getConverter(Class) - Method in class net.databinder.components.CustomLabel
Deprecated. Always returns the chosen converter.
getConverter(Class) - Method in class net.databinder.components.TextileLabel
 
getConverter(Class) - Method in class net.databinder.components.UriTextField
 
getCookie(String) - Method in class net.databinder.CookieRequestCycle
Retrieve cookie from request, so long as it hasn't been cleared.
getCookies() - Method in class net.databinder.CookieRequestCycle
Return or build cache of cookies cookies from request.
getDataTreeNode(DefaultMutableTreeNode) - Method in class net.databinder.components.tree.hib.DataTree
Get the IDataTreeNode instance behind this node, or null if the node is the root of a tree with no root entity.
getDigest() - Method in class net.databinder.auth.ao.AuthDataApplication
 
getDigest() - Method in interface net.databinder.auth.AuthApplication
 
getDigest() - Method in class net.databinder.auth.hib.AuthDataApplication
 
getElementValue() - Method in class net.databinder.auth.components.RSAPasswordTextField
 
getEntityManager(Object) - Method in interface net.databinder.ao.ActiveObjectsApplication
 
getEntityManager(Object) - Method in class net.databinder.ao.DataApplication
 
getEntityManager() - Static method in class net.databinder.ao.Databinder
 
getEntityManager(Object) - Static method in class net.databinder.ao.Databinder
 
getEntityModel() - Method in class net.databinder.components.ao.DataForm
 
getEntityType() - Method in class net.databinder.models.ao.EntityModel
 
getExecutionInfo() - Method in class net.databinder.components.hib.QueryPanel
 
getFactoryKey() - Method in class net.databinder.components.hib.DataFormBase
 
getFactoryKey() - Method in class net.databinder.models.hib.HibernateListModel
 
getFactoryKey() - Method in class net.databinder.models.hib.HibernateObjectModel
 
getFactoryKey() - Method in class net.databinder.models.hib.HibernateProvider
 
getFieldMap() - Method in class net.databinder.models.ao.EntityModel
 
getFilter(String, FilterForm) - Method in class net.databinder.components.ObjectFilteredPropertyColumn
 
getFilterState() - Method in class net.databinder.models.hib.CriteriaColumnFilter
 
getFont() - Method in class net.databinder.components.RenderedLabel
 
getForm() - Method in class net.databinder.auth.components.DataProfilePanelBase
 
getFormattedTextString() - Method in class net.databinder.components.FormattedRenderedTextImageResource
 
getHash(String) - Static method in class net.databinder.auth.data.ao.UserHelper
 
getHibernateSession() - Method in class net.databinder.components.hib.DataFormBase
 
getHibernateSession() - Static method in class net.databinder.hib.Databinder
 
getHibernateSession(Object) - Static method in class net.databinder.hib.Databinder
 
getHibernateSessionFactory(Object) - Method in class net.databinder.hib.DataApplication
 
getHibernateSessionFactory() - Static method in class net.databinder.hib.Databinder
 
getHibernateSessionFactory(Object) - Static method in class net.databinder.hib.Databinder
 
getHibernateSessionFactory(Object) - Method in interface net.databinder.hib.HibernateApplication
Supply the session factory for the given key.
getIdentifier() - Method in class net.databinder.models.hib.HibernateObjectModel
 
getItalicFont() - Method in class net.databinder.components.FontFormattedRenderedLabel
 
getItemModels() - Method in class net.databinder.components.hib.IterableEntityView
 
getLabelHash() - Method in class net.databinder.components.RenderedLabel
 
getLabelHash(String, Font, Color, Color, Integer) - Static method in class net.databinder.components.RenderedLabel
 
getList() - Method in class net.databinder.models.cay.DataProvider
 
getListView() - Method in class net.databinder.components.ListItemButton
 
getManagerKey() - Method in class net.databinder.models.ao.EntityListModel
 
getManagerKey() - Method in class net.databinder.models.ao.EntityModel
 
getManagerKey() - Method in class net.databinder.models.ao.EntityProvider
 
getMasterList() - Method in class net.databinder.models.SublistProjectionModel
 
getMaxWidth() - Method in class net.databinder.components.RenderedLabel
 
getModelValue() - Method in class net.databinder.components.UriTextField
Return default value when null.
getNew(Application, HttpServletResponse) - Static method in class net.databinder.web.NorewriteWebResponse
 
getObject() - Method in class net.databinder.models.cay.DataObjectModel
 
getObject() - Method in class net.databinder.models.LoadableWritableModel
 
getParent() - Method in interface net.databinder.components.tree.data.DataTreeObject
 
getParentNode() - Method in class net.databinder.components.tree.hib.DataTreeNewChildLink
 
getParentNode() - Method in class net.databinder.components.tree.hib.DataTreeNewChildLink.SingleSelection
 
getParentSize() - Method in class net.databinder.models.SublistProjectionModel.Chunked
 
getParentSize() - Method in class net.databinder.models.SublistProjectionModel
 
getPassword() - Method in class net.databinder.auth.components.DataProfilePanelBase
 
getPassword() - Method in class net.databinder.auth.components.DataSignInPanel.SignInForm
 
getPassword() - Method in interface net.databinder.auth.data.ao.UserBase
 
getPassword() - Method in class net.databinder.auth.data.ao.UserHelper
 
getPassword() - Method in interface net.databinder.auth.data.DataUser
 
getPasswordConfirm() - Method in class net.databinder.auth.components.DataProfilePanelBase
 
getPasswordHash() - Method in interface net.databinder.auth.data.ao.UserBase
 
getPersistentObjectModel() - Method in class net.databinder.components.cay.DataForm
 
getPersistentObjectModel() - Method in class net.databinder.components.hib.DataForm
 
getPersistentObjectModel() - Method in class net.databinder.components.hib.DataPanel
 
getPropertyStore() - Method in class net.databinder.models.ao.EntityModel
 
getQueryBinder() - Method in class net.databinder.components.hib.SearchPanel
Binds the search model to a "search" parameter in a query.
getRememberMe() - Method in class net.databinder.auth.components.DataProfilePanelBase
 
getRememberMe() - Method in class net.databinder.auth.components.DataSignInPanel.SignInForm
 
getRetainUnsaved() - Method in class net.databinder.models.hib.HibernateObjectModel
When retainUnsaved is true (the default) and the model is not bound, the model object must be Serializable as it is retained in the Web session between requests.
getRoleChoices() - Method in class net.databinder.auth.components.UserAdminPageBase
 
getRoles() - Method in interface net.databinder.auth.data.ao.UserBase
 
getRoles() - Method in class net.databinder.auth.data.ao.UserHelper
 
getRoleString() - Method in interface net.databinder.auth.data.ao.UserBase
 
getRootNode() - Method in class net.databinder.components.tree.hib.DataTree
 
getSalt() - Method in interface net.databinder.auth.AuthApplication
Cryptographic salt to be used in authentication.
getSearch() - Method in class net.databinder.components.hib.SearchPanel
 
getSelectedTreeNode() - Method in class net.databinder.components.tree.hib.SingleSelectionDataTree
Depends on the tree disallowing multiple selection, which we configured in the constructor.
getSelectedUserObject() - Method in class net.databinder.components.tree.hib.SingleSelectionDataTree
Return the currently selected user object (of type T).
getSignInCookieMaxAge() - Method in class net.databinder.auth.AuthDataSessionBase
 
getSignInLink(String) - Method in class net.databinder.auth.components.DataUserStatusPanelBase
Returns link to sign-in page from AuthDataApplication subclass.
getSignInPageClass() - Method in class net.databinder.auth.ao.AuthDataApplication
Override if you need to customize the sign-in page.
getSignInPageClass() - Method in interface net.databinder.auth.AuthApplication
 
getSignInPageClass() - Method in class net.databinder.auth.hib.AuthDataApplication
Override if you need to customize the sign-in page.
getSize(int) - Method in class net.databinder.models.SublistProjectionModel.Chunked
 
getSize(int) - Method in class net.databinder.models.SublistProjectionModel
 
getSize(int) - Method in class net.databinder.models.SublistProjectionModel.Transposed
 
getSortState() - Method in class net.databinder.models.hib.CriteriaSorter
 
getSortState() - Method in class net.databinder.models.hib.SortableHibernateProvider
 
getTargetType() - Method in class net.databinder.components.DateLabel.DateConverter
Deprecated.  
getTargetType() - Method in class net.databinder.components.TextileLabel.TextileConverter
 
getTargetType() - Method in class net.databinder.converters.ColorConverter
 
getTargetType() - Method in class net.databinder.converters.URIConverter
 
getToken(DataUser) - Method in class net.databinder.auth.ao.AuthDataApplication
Get the restricted token for a user, using IP addresses as location parameter.
getToken(DataUser) - Method in interface net.databinder.auth.AuthApplication
Get the restricted token for a user, passing an appropriate location parameter.
getToken(DataUser) - Method in class net.databinder.auth.hib.AuthDataApplication
Get the restricted token for a user, using IP addresses as location parameter.
getTrashImage() - Static method in class net.databinder.components.BaseItemButton
 
getUser(String) - Method in class net.databinder.auth.ao.AuthDataApplication
Return user object by matching against a "username" property.
getUser(String) - Method in interface net.databinder.auth.AuthApplication
 
getUser() - Method in class net.databinder.auth.AuthDataSessionBase
 
getUser(String) - Method in class net.databinder.auth.AuthDataSessionBase
Looks for a persisted DataUser object matching the given username.
getUser() - Method in interface net.databinder.auth.AuthSession
 
getUser() - Method in class net.databinder.auth.components.DataProfilePanelBase
 
getUser() - Method in class net.databinder.auth.components.UserAdminPageBase
 
getUser(String) - Method in class net.databinder.auth.hib.AuthDataApplication
Return user object by matching against a "username" property.
getUserClass() - Method in class net.databinder.auth.ao.AuthDataApplication
 
getUserClass() - Method in interface net.databinder.auth.AuthApplication
 
getUserCookieName() - Static method in class net.databinder.auth.AuthDataSessionBase
 
getUserModel() - Method in class net.databinder.auth.AuthDataSessionBase
 
getUserModel() - Method in interface net.databinder.auth.AuthSession
 
getUsername() - Method in class net.databinder.auth.components.DataProfilePanelBase
 
getUsername() - Method in class net.databinder.auth.components.DataSignInPanel.SignInForm
 
getUsername() - Method in interface net.databinder.auth.data.ao.UserBase
 
getUsername() - Method in interface net.databinder.auth.data.DataUser
 
getVersion() - Method in class net.databinder.components.hib.DataForm
 
getVersion() - Method in class net.databinder.models.hib.HibernateObjectModel
Uses version annotation to find version for this Model's object.
getView() - Method in class net.databinder.components.RepeaterItemButton
 

H

hasAnyRole(Roles) - Method in class net.databinder.auth.ao.AuthDataApplication
Passes query on to the DataUser object if signed in.
hasAnyRole(Roles) - Method in class net.databinder.auth.hib.AuthDataApplication
Passes query on to the DataUser object if signed in.
hasBoundSession() - Static method in class net.databinder.hib.Databinder
 
hasBoundSession(Object) - Static method in class net.databinder.hib.Databinder
 
hashCode() - Method in class net.databinder.models.hib.HibernateObjectModel
 
hasRole(String) - Method in class net.databinder.auth.data.ao.UserHelper
 
hasRole(String) - Method in interface net.databinder.auth.data.DataUser
 
headerContributor(Class) - Static method in class net.databinder.components.ScriptLink
Get a [classname].js header contriubtor that can be added to a component without any reference in its markup.
HibernateApplication - Interface in net.databinder.hib
Databinder application interface.
HibernateListModel - Class in net.databinder.models.hib
Model for a List generated by a Hibernate query.
HibernateListModel(String) - Constructor for class net.databinder.models.hib.HibernateListModel
Contructor for a simple query.
HibernateListModel(String, boolean) - Constructor for class net.databinder.models.hib.HibernateListModel
Contructor for a simple query.
HibernateListModel(String, QueryBinder) - Constructor for class net.databinder.models.hib.HibernateListModel
Constructor for a parameterized query.
HibernateListModel(Class) - Constructor for class net.databinder.models.hib.HibernateListModel
Constructor for a list of all results in class.
HibernateListModel(Class, CriteriaBuilder) - Constructor for class net.databinder.models.hib.HibernateListModel
Constructor for a list of results in class matching a built criteria.
HibernateListModel(QueryBuilder) - Constructor for class net.databinder.models.hib.HibernateListModel
Constructor for a custom query that is built by the calling application.
HibernateObjectModel - Class in net.databinder.models.hib
Model loaded and persisted by Hibernate.
HibernateObjectModel(Class, Serializable) - Constructor for class net.databinder.models.hib.HibernateObjectModel
Create a model bound to the given class and entity id.
HibernateObjectModel(Class) - Constructor for class net.databinder.models.hib.HibernateObjectModel
Constructor for a model with no existing persistent object.
HibernateObjectModel(Object) - Constructor for class net.databinder.models.hib.HibernateObjectModel
Construct with an entity.
HibernateObjectModel(String, QueryBinder) - Constructor for class net.databinder.models.hib.HibernateObjectModel
Construct with a query and binder that return exactly one result.
HibernateObjectModel(Class, CriteriaBuilder) - Constructor for class net.databinder.models.hib.HibernateObjectModel
Construct with a class and criteria binder that return exactly one result.
HibernateObjectModel(QueryBuilder) - Constructor for class net.databinder.models.hib.HibernateObjectModel
Construct with a query builder that returns exactly one result, used for custom query objects.
HibernateObjectModel() - Constructor for class net.databinder.models.hib.HibernateObjectModel
Construct with no object.
HibernateProvider - Class in net.databinder.models.hib
Provides query results to DataView and related components.
HibernateProvider(Class) - Constructor for class net.databinder.models.hib.HibernateProvider
Provides all entities of the given class.
HibernateProvider(Class, CriteriaBuilder, CriteriaBuilder) - Constructor for class net.databinder.models.hib.HibernateProvider
Provides all entities of the given class using a distinct criteria builder for the order query.
HibernateProvider(Class, OrderingCriteriaBuilder) - Constructor for class net.databinder.models.hib.HibernateProvider
Provides all entities of the given class.
HibernateProvider(Class, CriteriaBuilder) - Constructor for class net.databinder.models.hib.HibernateProvider
Provides entities of the given class meeting the supplied criteria.
HibernateProvider(String) - Constructor for class net.databinder.models.hib.HibernateProvider
Provides entities matching the given query.
HibernateProvider(String, String) - Constructor for class net.databinder.models.hib.HibernateProvider
Provides entities matching the given queries.
HibernateProvider(String, QueryBinder) - Constructor for class net.databinder.models.hib.HibernateProvider
Provides entities matching the given query with bound parameters.
HibernateProvider(String, QueryBinder, String, QueryBinder) - Constructor for class net.databinder.models.hib.HibernateProvider
Provides entities matching the given queries with bound parameters.
HibernateProvider(QueryBuilder, QueryBuilder) - Constructor for class net.databinder.models.hib.HibernateProvider
 
HibernateRequestCycle - Interface in net.databinder.hib
Request cycle that should be notified on the first use of a data session.
highFormSocket(String) - Method in class net.databinder.auth.components.DataProfilePanelBase
 
highFormSocket(String) - Method in class net.databinder.auth.components.DataSignInPanel
 
HttpScheme() - Static method in class net.databinder.validators.URIValidator
Accepts only URIs having an http or https scheme.

I

IConversationPage - Interface in net.databinder.hib.conv.components
 
init(Form) - Method in class net.databinder.auth.components.RSAPasswordTextField
 
init() - Method in class net.databinder.components.RenderedLabel
Perform generic initialization.
init(FilterConfig) - Method in class net.databinder.util.RedirectFilter
 
initEntityManager(Object) - Method in class net.databinder.ao.DataApplication
Initializes entity manager and generates schema if in development mode.
initModel() - Method in class net.databinder.components.RenderedLabel
Restores compound model resolution that is disabled in the Image superclass.
inSubmitTransaction(EntityManager) - Method in class net.databinder.components.ao.DataForm.DeleteButton
 
inSubmitTransaction(EntityManager) - Method in class net.databinder.components.ao.DataForm
Default implementation saves object if bound, otherwise creates new object using model's fieldMap.
inSubmitTransaction(EntityManager) - Method in class net.databinder.components.ao.TransactionalButton
Called inside onSubmit's database transaction.
inSubmitTransaction(EntityManager) - Method in class net.databinder.components.ao.TransactionalForm
Called inside onSubmit's database transaction.
inSubmitTransaction(EntityManager) - Method in class net.databinder.components.ao.TransactionalImageButton
Called inside onSubmit's database transaction.
internalInit() - Method in class net.databinder.auth.ao.AuthDataApplication
Internal initialization.
internalInit() - Method in class net.databinder.auth.hib.AuthDataApplication
Internal initialization.
internalInit() - Method in class net.databinder.DataApplicationBase
Internal initialization.
isAntiAliased() - Method in class net.databinder.components.RenderedLabel
 
isAttached() - Method in class net.databinder.models.LoadableWritableModel
 
isAvailable(String) - Static method in class net.databinder.auth.components.DataProfilePanelBase
 
isBound() - Method in class net.databinder.auth.components.UserAdminPageBase
 
isBound() - Method in class net.databinder.models.ao.EntityModel
 
isBound() - Method in interface net.databinder.models.BindingModel
 
isBound() - Method in class net.databinder.models.cay.DataObjectModel
 
isBound() - Method in class net.databinder.models.hib.HibernateObjectModel
"bound" models are those that can be loaded from persistent storage by a known id or query.
isCookielessSupported() - Method in class net.databinder.DataApplicationBase
 
isDataBrowserAllowed() - Method in class net.databinder.hib.DataApplication
Returns true if development mode is enabled.
isDevelopment() - Method in class net.databinder.DataApplicationBase
Reports if the program is running in a development environment, as determined by the "wicket.configuration" environment variable or context/init parameter.
isEnabled() - Method in class net.databinder.components.ao.DataForm.DeleteButton
 
isEnabled() - Method in class net.databinder.components.hib.DataForm.ClearLink
 
isEnabled() - Method in class net.databinder.components.hib.PageSourceLink
 
isEnabled() - Method in class net.databinder.components.ModelSourceLink
return false when model is already set to target and is visible
isEnabled() - Method in class net.databinder.components.MoveDownButton
 
isEnabled() - Method in class net.databinder.components.MoveUpButton
 
isEnabled() - Method in class net.databinder.components.SourceList.SourceLink
return false when paired component is selected
isEnabled() - Method in class net.databinder.components.tree.hib.DataTreeDeleteButton
 
isEnabled() - Method in class net.databinder.components.tree.hib.DataTreeNewChildLink
 
isEnabled() - Method in class net.databinder.components.UnbindLink
 
isEnabled() - Method in class net.databinder.components.WebLink
 
isSignedIn() - Method in class net.databinder.auth.AuthDataSessionBase
Determine if user is signed in, or can be via cookie.
isSignedIn() - Method in interface net.databinder.auth.AuthSession
 
isVisible() - Method in class net.databinder.components.RenderedLabel
 
italicFont - Variable in class net.databinder.components.FontFormattedRenderedLabel.FontFormattedRenderedImageResource
 
IterableEntityView - Class in net.databinder.components.hib
Similar to a PropertyListView, but works with any Iterable collection composed of persisted entities.
IterableEntityView(String) - Constructor for class net.databinder.components.hib.IterableEntityView
Contruct with externally bound model whose object must be Iterable.
IterableEntityView(String, IModel) - Constructor for class net.databinder.components.hib.IterableEntityView
 
iterator(int, int) - Method in class net.databinder.models.ao.EntityProvider
 
iterator(int, int) - Method in class net.databinder.models.cay.DataProvider
 
iterator(int, int) - Method in class net.databinder.models.hib.HibernateProvider
It should not normally be necessary to override (or call) this default implementation.

J

jtextile - package jtextile
 
JTextile - Class in jtextile
 
JTextile() - Constructor for class jtextile.JTextile
 

K

keys - Variable in class net.databinder.hib.DataRequestCycle
Keys for session factories that have been opened for this request

L

ListItemButton - Class in net.databinder.components
Base class for buttons that act on list items (move, delete).
ListItemButton(String, ListItem, ResourceReference) - Constructor for class net.databinder.components.ListItemButton
 
load() - Method in class net.databinder.models.ao.EntityListModel
 
load() - Method in class net.databinder.models.ao.EntityModel
 
load() - Method in class net.databinder.models.cay.DataListModel
 
load() - Method in class net.databinder.models.cay.DataObjectModel
Loads from storage unless the object has been retained.
load() - Method in class net.databinder.models.hib.HibernateListModel
Load the object List through Hibernate, binding query parameters if available.
load() - Method in class net.databinder.models.hib.HibernateObjectModel
Load the object through Hibernate, contruct a new instance if it is not bound to an id, or use unsaved retained object.
load() - Method in class net.databinder.models.LoadableWritableModel
 
load() - Method in class net.databinder.models.SublistProjectionModel
 
LoadableWritableModel - Class in net.databinder.models
Adaptation of Wicket's LoadableDetachableModel that does not extend a read-only model and permits changing the underlying object.
LoadableWritableModel() - Constructor for class net.databinder.models.LoadableWritableModel
 
loadSharedResources(String, Font, Color, Color, Integer) - Static method in class net.databinder.components.BatikRenderedLabel
 
loadSharedResources(String, Font, Font, Font, Color, Color, Integer) - Static method in class net.databinder.components.FontFormattedRenderedLabel
 
loadSharedResources(FontFormattedRenderedLabel.FontFormattedRenderedImageResource, String, Font, Font, Font, Color, Color, Integer) - Static method in class net.databinder.components.FontFormattedRenderedLabel
 
loadSharedResources(String, Font, Color, Color, Integer) - Static method in class net.databinder.components.RenderedLabel
Load shared resource into pool so it will be available even before a page using the rendered label is first rendered.
loadSharedResources(RenderedLabel.RenderedTextImageResource, String, Font, Color, Color, Integer) - Static method in class net.databinder.components.RenderedLabel
Utility method to load a specific instance of a the rendering shared resource.
logRuntimeException(RuntimeException) - Method in class net.databinder.ExceptionFilteringRequestCycle
Logs runtime exception as warning if it matches the warnOnlySource pattern.
lowFormSocket(String) - Method in class net.databinder.auth.components.DataProfilePanelBase
 
lowFormSocket(String) - Method in class net.databinder.auth.components.DataSignInPanel
 
lowFormSocket(String) - Method in class net.databinder.auth.components.UserAdminPageBase
 

M

main(String[]) - Static method in class net.databinder.web.ClusterServer
 
main(String[]) - Static method in class net.databinder.web.DataServer
Constructs DataServer, kicking off server.
makeCount(String) - Static method in class net.databinder.models.hib.HibernateProvider
 
matches(String) - Method in interface net.databinder.auth.data.DataPassword
 
matches(String) - Method in class net.databinder.auth.data.hib.BasicPassword
 
maxWidth - Variable in class net.databinder.components.RenderedLabel.RenderedTextImageResource
 
model(Object) - Method in class net.databinder.components.hib.IterableEntityView
Wraps o in a HibernateObjectModel inside a BoundCompoundPropertyModel.
model - Variable in class net.databinder.models.hib.ModelPropertyQueryBinder
 
model(Object) - Method in class net.databinder.models.PropertyDataProvider
Wraps object in a persistent object model, and also CompoundPropertyModel if wrapInCompoundModel is true.
ModelPropertyQueryBinder - Class in net.databinder.models.hib
A query binder that sets query parameters to corresponding properties taken from the given Wicket model object.
ModelPropertyQueryBinder(IModel) - Constructor for class net.databinder.models.hib.ModelPropertyQueryBinder
 
Models - Class in net.databinder.models
Utility class for Databinder models.
Models() - Constructor for class net.databinder.models.Models
 
ModelSourceLink - Class in net.databinder.components
Links to set the model of a target component.
ModelSourceLink(String, Component, IModel) - Constructor for class net.databinder.components.ModelSourceLink
Construct link to set model of component.
ModelSourceListPanel - Class in net.databinder.components
Displays a list of links to set the model of a target component.
ModelSourceListPanel(String, Component, String, IModel) - Constructor for class net.databinder.components.ModelSourceListPanel
Creates list panel.
mountDataBrowser() - Method in class net.databinder.hib.DataApplication
Mounts Data Diver to /dbrowse.
MoveDownButton - Class in net.databinder.components
Move the given list item down in its list.
MoveDownButton(String, ListItem) - Constructor for class net.databinder.components.MoveDownButton
 
MoveUpButton - Class in net.databinder.components
Move the given list item up in its list.
MoveUpButton(String, ListItem) - Constructor for class net.databinder.components.MoveUpButton
 

N

Nameable - Class in net.databinder.data
Foundation for objects that generate names based on string properties.
Nameable() - Constructor for class net.databinder.data.Nameable
 
net.databinder - package net.databinder
 
net.databinder.ao - package net.databinder.ao
 
net.databinder.auth - package net.databinder.auth
 
net.databinder.auth.ao - package net.databinder.auth.ao
 
net.databinder.auth.components - package net.databinder.auth.components
 
net.databinder.auth.components.ao - package net.databinder.auth.components.ao
 
net.databinder.auth.components.hib - package net.databinder.auth.components.hib
 
net.databinder.auth.data - package net.databinder.auth.data
 
net.databinder.auth.data.ao - package net.databinder.auth.data.ao
 
net.databinder.auth.data.hib - package net.databinder.auth.data.hib
 
net.databinder.auth.hib - package net.databinder.auth.hib
 
net.databinder.auth.valid - package net.databinder.auth.valid
 
net.databinder.cay - package net.databinder.cay
 
net.databinder.components - package net.databinder.components
 
net.databinder.components.ao - package net.databinder.components.ao
 
net.databinder.components.cay - package net.databinder.components.cay
 
net.databinder.components.hib - package net.databinder.components.hib
 
net.databinder.components.tree.data - package net.databinder.components.tree.data
 
net.databinder.components.tree.hib - package net.databinder.components.tree.hib
 
net.databinder.converters - package net.databinder.converters
 
net.databinder.data - package net.databinder.data
 
net.databinder.hib - package net.databinder.hib
 
net.databinder.hib.conv - package net.databinder.hib.conv
 
net.databinder.hib.conv.components - package net.databinder.hib.conv.components
 
net.databinder.models - package net.databinder.models
 
net.databinder.models.ao - package net.databinder.models.ao
 
net.databinder.models.cay - package net.databinder.models.cay
 
net.databinder.models.hib - package net.databinder.models.hib
 
net.databinder.util - package net.databinder.util
 
net.databinder.valid.hib - package net.databinder.valid.hib
 
net.databinder.validators - package net.databinder.validators
 
net.databinder.web - package net.databinder.web
 
newConverterLocator() - Method in class net.databinder.DataApplicationBase
Adds converters to Wicket's base locator.
newRenderedTextImageResource(boolean) - Method in class net.databinder.components.BatikRenderedLabel
 
newRenderedTextImageResource(boolean) - Method in class net.databinder.components.FontFormattedRenderedLabel
 
newRenderedTextImageResource(boolean) - Method in class net.databinder.components.RenderedLabel
Create a new image resource to render this label.
newRequestCycle(Request, Response) - Method in class net.databinder.cay.DataApplication
Returns DataRequestCycle instance for Cayenne.
newRequestCycle(Request, Response) - Method in class net.databinder.DataApplicationBase
 
newRequestCycle(Request, Response) - Method in class net.databinder.hib.DataApplication
 
newSession(Request, Response) - Method in class net.databinder.auth.ao.AuthDataApplication
 
newSession(Request, Response) - Method in class net.databinder.auth.hib.AuthDataApplication
 
newWebResponse(HttpServletResponse) - Method in class net.databinder.DataApplicationBase
If isCookielessSupported() returns false, this method returns a custom WebResponse that disables URL rewriting.
nonValidator() - Static method in class net.databinder.valid.hib.ValidDataForm
 
nonWords - Static variable in class net.databinder.data.Nameable
 
NorewriteWebResponse - Class in net.databinder.web
Creates web response objects that do not rewrite URLs for cookieless support.
NorewriteWebResponse() - Constructor for class net.databinder.web.NorewriteWebResponse
 
NullPlug - Class in net.databinder.components
Placeholder object for base Panels that can be replaced with a component that will generate markup.
NullPlug(String) - Constructor for class net.databinder.components.NullPlug
 

O

ObjectFilteredPropertyColumn - Class in net.databinder.components
DataTable property filter column that works with joined entities instead of string properties.
ObjectFilteredPropertyColumn(IModel, String, String, String, String, IModel) - Constructor for class net.databinder.components.ObjectFilteredPropertyColumn
 
onAdded(Component) - Method in class net.databinder.valid.hib.DatabinderValidator
Retains component for possible use in onValidate.
onAttach() - Method in class net.databinder.models.LoadableWritableModel
Called when attaching, after load().
onBeforeRender() - Method in class net.databinder.components.hib.DataForm
Late-init version record.
onBeforeRender() - Method in class net.databinder.components.hib.PageSourceLink
Calls setParameters()
onBeforeRender() - Method in class net.databinder.components.RenderedLabel
 
onBeforeRender() - Method in class net.databinder.valid.hib.ValidDataForm
Add a validator to any form components that have no existing validator and whose model is recognized by DatabinderValidator.addTo(FormComponent).
onBeginRequest() - Method in class net.databinder.hib.conv.DataConversationRequestCycle
Does nothing; The session is open or retreived only when the request target is known.
onClick() - Method in class net.databinder.components.hib.DataForm.ClearLink
 
onClick() - Method in class net.databinder.components.ModelSourceLink
Set model of target, and set target to visible in case it has hide before use behavior.
onClick(ModelSourceLink) - Method in class net.databinder.components.ModelSourceListPanel
Called before the default ModelSourceLink's onClick.
onClick() - Method in class net.databinder.components.SourceList.SourceLink
 
onClick(AjaxRequestTarget) - Method in class net.databinder.components.tree.hib.DataTreeCollapseAllLink
 
onClick(AjaxRequestTarget) - Method in class net.databinder.components.tree.hib.DataTreeExpandAllLink
 
onClick(AjaxRequestTarget) - Method in class net.databinder.components.tree.hib.DataTreeNewChildLink
 
onClick() - Method in class net.databinder.components.UnbindLink
unbinds model
onComponentTag(ComponentTag) - Method in class net.databinder.components.AjaxOnKeyPausedSubmitter
Adds JavaScript listeners for onkeyup and onblur.
onComponentTag(ComponentTag) - Method in class net.databinder.components.AjaxOnKeyPausedUpdater
Adds JavaScript listeners for onkeyup and onblur.
onComponentTag(ComponentTag) - Method in class net.databinder.components.FocusableTextField
Adds flagging id attribute if focus has been requested.
onComponentTag(ComponentTag) - Method in class net.databinder.components.RenderedLabel
Adds image-specific attributes including width, height, and alternate text.
onComponentTag(ComponentTag) - Method in class net.databinder.components.StyleLink
Sets appropriate href, type, and rel values for the stylesheet.
onComponentTag(ComponentTag) - Method in class net.databinder.components.WebLink
Sets the link's href to this component's model value, changing any ampersands to the escaped form.
onDetach() - Method in class net.databinder.components.tree.hib.DataTree
 
onDetach() - Method in class net.databinder.models.cay.DataObjectModel
Detaches any retained object that is fully commited to storage.
onDetach() - Method in class net.databinder.models.LoadableWritableModel
Called when detaching.
onDetach() - Method in class net.databinder.models.SublistProjectionModel
Detach master list.
onEndRequest() - Method in class net.databinder.cay.DataRequestCycle
Unbinds, rolling back uncomitted changes if any.
onEndRequest() - Method in class net.databinder.hib.conv.DataConversationRequestCycle
Inspects responding page to determine if current Hibernate session should be closed or left open and stored in the page.
onEndRequest() - Method in class net.databinder.hib.DataRequestCycle
Closes all Hibernate sessions opened for this request.
onError(AjaxRequestTarget) - Method in class net.databinder.components.AjaxOnKeyPausedSubmitter
Does nothing; override to respond to errors in the submitted form.
onModelChanged() - Method in class net.databinder.components.hib.DataForm
 
onRender(MarkupStream) - Method in class net.databinder.auth.components.RSAPasswordTextField
 
onRuntimeException(Page, RuntimeException) - Method in class net.databinder.hib.conv.DataConversationRequestCycle
Closes and reopens Hibernate session for this Web session.
onRuntimeException(Page, RuntimeException) - Method in class net.databinder.hib.DataRequestCycle
Closes and reopens sessions for this request cycle.
onSubmit() - Method in class net.databinder.auth.components.DataSignInPanel.SignInForm
 
onSubmit() - Method in class net.databinder.components.ao.TransactionalButton
Called when the form is submitted, do not override if you want transactional behavior.
onSubmit() - Method in class net.databinder.components.ao.TransactionalForm
Called when the form is submitted, do not override if you want transactional behavior.
onSubmit() - Method in class net.databinder.components.ao.TransactionalImageButton
Called when the form is submitted, do not override if you want transactional behavior.
onSubmit() - Method in class net.databinder.components.cay.CommittingDataForm
Base implementation commits current context.
onSubmit() - Method in class net.databinder.components.hib.DataForm
Saves the form's model object to persistent storage if it is new and commits the database transaction.
onSubmit() - Method in class net.databinder.components.hib.DataFormBase
Commits transaction if no errors are registered for any form component.
onSubmit() - Method in class net.databinder.components.MoveDownButton
 
onSubmit() - Method in class net.databinder.components.MoveUpButton
 
onSubmit() - Method in class net.databinder.components.RemoveItemButton
 
onSubmit() - Method in class net.databinder.components.RemoveRepeaterItemButton
 
onSubmit(AjaxRequestTarget, Form) - Method in class net.databinder.components.tree.hib.DataTreeDeleteButton
 
onUnauthorizedInstantiation(Component) - Method in class net.databinder.auth.ao.AuthDataApplication
Sends to sign in page if not signed in, otherwise throws UnauthorizedInstantiationException.
onUnauthorizedInstantiation(Component) - Method in class net.databinder.auth.hib.AuthDataApplication
Sends to sign in page if not signed in, otherwise throws UnauthorizedInstantiationException.
onUpdate(AjaxRequestTarget) - Method in class net.databinder.components.hib.SearchPanel
Override to add components to be updated (or JavaScript to be executed) when the search string changes.
onUpdated() - Method in class net.databinder.components.hib.BlobUploadField
 
onValidate(IValidatable) - Method in class net.databinder.auth.components.DataProfilePanelBase.UsernameValidator
 
onValidate(IValidatable) - Method in class net.databinder.valid.hib.DatabinderValidator
Checks the component against Hibernate Validator.
onValidate(IValidatable) - Method in class net.databinder.validators.URIValidator
 
onValidate(IValidatable, URI) - Method in class net.databinder.validators.URIValidator
 
openHibernateSession(Object) - Method in class net.databinder.hib.DataRequestCycle
Open a session and begin a transaction for the keyed session factory.
OrderingCriteriaBuilder - Interface in net.databinder.models.hib
Builds criteria objects with or without order.

P

PageExpiredCookieless - Class in net.databinder.components
This page is set as the default session expired page when cookieless browsing is disabled.
PageExpiredCookieless() - Constructor for class net.databinder.components.PageExpiredCookieless
 
PageSourceLink - Class in net.databinder.components.hib
Boomarkable link with object identifier set automatically from the attached object.
PageSourceLink(String, Class, IModel) - Constructor for class net.databinder.components.hib.PageSourceLink
Construct a link to a page using the model object's Hibernate identifier set to the "id" parameter.
PageSourceLink(String, Class, IModel, String) - Constructor for class net.databinder.components.hib.PageSourceLink
Construct a link to a page using the model object's Hibernate identifier set to the given identifier parameter.
PageSourceListPanel - Class in net.databinder.components.hib
Displays a list of PageSourceLinks to the selected page.
PageSourceListPanel(String, Class<? extends Page>, String, IModel) - Constructor for class net.databinder.components.hib.PageSourceListPanel
Creates list with identifiers bound to an "id" parameter.
PageSourceListPanel(String, Class<? extends Page>, String, String, IModel) - Constructor for class net.databinder.components.hib.PageSourceListPanel
Creates list with identifiers bound to the chosen parameter
preload() - Method in class net.databinder.components.RenderedLabel.RenderedTextImageResource
Normally, image rendering is deferred until the resource is requested, but this method allows us to render the image when its markup is rendered.
profileForm(String, IModel) - Method in class net.databinder.auth.components.ao.DataProfilePanel
 
profileForm(String, IModel) - Method in class net.databinder.auth.components.DataProfilePanelBase
 
profileForm(String, IModel) - Method in class net.databinder.auth.components.hib.DataProfilePanel
 
profilePage(DataSignInPageBase.ReturnPage) - Method in class net.databinder.auth.components.ao.DataUserStatusPanel
 
profilePage(DataSignInPageBase.ReturnPage) - Method in class net.databinder.auth.components.DataUserStatusPanelBase
 
profilePage(DataSignInPageBase.ReturnPage) - Method in class net.databinder.auth.components.hib.DataUserStatusPanel
 
profileSocket(String, DataSignInPageBase.ReturnPage) - Method in class net.databinder.auth.components.ao.DataProfilePage
 
profileSocket(String, DataSignInPageBase.ReturnPage) - Method in class net.databinder.auth.components.ao.DataSignInPage
 
profileSocket(String, DataSignInPageBase.ReturnPage) - Method in class net.databinder.auth.components.DataProfilePageBase
 
profileSocket(String, DataSignInPageBase.ReturnPage) - Method in class net.databinder.auth.components.DataSignInPageBase
 
profileSocket(String, DataSignInPageBase.ReturnPage) - Method in class net.databinder.auth.components.hib.DataProfilePage
 
profileSocket(String, DataSignInPageBase.ReturnPage) - Method in class net.databinder.auth.components.hib.DataSignInPage
 
PropertyDataProvider - Class in net.databinder.models
Base IDataProvider class with support for wrapping item models in a CompoundPropertyModel.
PropertyDataProvider() - Constructor for class net.databinder.models.PropertyDataProvider
 
PropertyQueryBinder - Class in net.databinder.models.hib
Binds a query's parameters to the properties of an object, as needed.
PropertyQueryBinder(Object) - Constructor for class net.databinder.models.hib.PropertyQueryBinder
 
putDefaultProperties(Map<String, Object>) - Method in class net.databinder.models.ao.EntityModel
 

Q

QueryBinder - Interface in net.databinder.models.hib
Interface for object that binds Hibernate query parameters to values.
QueryBinderBuilder - Class in net.databinder.models.hib
Converts a string and QueryBinder(s) into a builder so only builders need to be dealt with.
QueryBinderBuilder(String, QueryBinder...) - Constructor for class net.databinder.models.hib.QueryBinderBuilder
 
QueryBuilder - Interface in net.databinder.models.hib
Interface for callback that builds a Hibernate Query and binds it to parameters if necessary.
QueryPanel - Class in net.databinder.components.hib
A Panel used to display a textarea to enter an HQL query and execute it against the current session of a SessionFactory.
QueryPanel(String) - Constructor for class net.databinder.components.hib.QueryPanel
Constructs an QueryPanel

R

RedirectFilter - Class in net.databinder.util
Used to send browsers from the context root to the Wicket servlet.This should be configured to match only requests to the context root, "/", as it will redirect anything landing on the doFilter method.
RedirectFilter() - Constructor for class net.databinder.util.RedirectFilter
 
RemoveItemButton - Class in net.databinder.components
Removes the given item from its list.
RemoveItemButton(String, ListItem) - Constructor for class net.databinder.components.RemoveItemButton
 
RemoveRepeaterItemButton - Class in net.databinder.components
Removes the given item from its collection.
RemoveRepeaterItemButton(String, Item) - Constructor for class net.databinder.components.RemoveRepeaterItemButton
 
render(Graphics2D) - Method in class net.databinder.components.BatikRenderedLabel.BatikRenderedTextImageResource
 
render(Graphics2D) - Method in class net.databinder.components.RenderedLabel.RenderedTextImageResource
Renders text into image.
RenderedLabel - Class in net.databinder.components
Renders its model text into a PNG, using any typeface available to the JVM.
RenderedLabel(String) - Constructor for class net.databinder.components.RenderedLabel
Constructor to be used if model is derived from a compound property model.
RenderedLabel(String, boolean) - Constructor for class net.databinder.components.RenderedLabel
Constructor for compound property model and shared resource pool.
RenderedLabel(String, IModel) - Constructor for class net.databinder.components.RenderedLabel
Constructor with explicit model.
RenderedLabel(String, IModel, boolean) - Constructor for class net.databinder.components.RenderedLabel
Constructor with explicit model.
RenderedLabel.RenderedTextImageResource - Class in net.databinder.components
Inner class that renders the model text into an image resource.
RenderedLabel.RenderedTextImageResource() - Constructor for class net.databinder.components.RenderedLabel.RenderedTextImageResource
 
renderHead(IHeaderResponse) - Method in class net.databinder.auth.components.RSAPasswordTextField
 
renderHead(IHeaderResponse) - Method in class net.databinder.components.AjaxOnKeyPausedSubmitter
Adds needed JavaScript to header.
renderHead(IHeaderResponse) - Method in class net.databinder.components.AjaxOnKeyPausedUpdater
Adds needed JavaScript to header.
renderHead(HtmlHeaderContainer) - Method in class net.databinder.components.FocusableTextField
 
repaint(AjaxRequestTarget) - Method in class net.databinder.components.tree.hib.DataTree
Repaint the tree when something has changed.
RepeaterItemButton - Class in net.databinder.components
Base class for Item classes in Wicket's repeater package.
RepeaterItemButton(String, Item, ResourceReference) - Constructor for class net.databinder.components.RepeaterItemButton
 
requestFocus() - Method in class net.databinder.components.FocusableTextField
Request focus on next rendering.
resourceKey() - Method in class net.databinder.auth.valid.EqualPasswordConvertedInputValidator
 
rolesModel() - Method in class net.databinder.auth.components.UserAdminPageBase
 
RSAPasswordTextField - Class in net.databinder.auth.components
Note: if equal password validation is need, use EqualPasswordConvertedInputValidator.
RSAPasswordTextField(String, Form) - Constructor for class net.databinder.auth.components.RSAPasswordTextField
 
RSAPasswordTextField(String, IModel, Form) - Constructor for class net.databinder.auth.components.RSAPasswordTextField
 
run(Session) - Method in interface net.databinder.hib.SessionUnit
Perform work with a thread-bound session available thorugh DataStaticService.getHibernateSession().

S

ScriptLink - Class in net.databinder.components
Component for a script (JavaScript) link.
ScriptLink(String, Class) - Constructor for class net.databinder.components.ScriptLink
Builds a ScriptLink based on the given class.
SearchPanel - Class in net.databinder.components.hib
Panel for a "live" search field with a clear button.
SearchPanel(String) - Constructor for class net.databinder.components.hib.SearchPanel
 
SearchPanel.SearchForm - Class in net.databinder.components.hib
Form with AJAX components and their AjaxCells.
SearchPanel.SearchForm(String) - Constructor for class net.databinder.components.hib.SearchPanel.SearchForm
 
SessionUnit - Interface in net.databinder.hib
Unit of work to be used with DataStaticService.ensureSession() when a session is required but might not be bound to the current thread.
setAntiAlias(boolean) - Method in class net.databinder.components.RenderedLabel
 
setBackgroundColor(Color) - Method in class net.databinder.components.RenderedLabel
Specify a background color to match the page.
setBoldFont(Font) - Method in class net.databinder.components.FontFormattedRenderedLabel
 
setColor(Color) - Method in class net.databinder.components.RenderedLabel
 
setConversationSession(Object, Session) - Method in class net.databinder.hib.conv.components.ConversationPage
 
setConversationSession(Session) - Method in class net.databinder.hib.conv.components.ConversationPage
 
setConversationSession(Object, Session) - Method in interface net.databinder.hib.conv.components.IConversationPage
 
setCookie() - Method in class net.databinder.auth.AuthDataSessionBase
Sets cookie to remember the currently signed-in user.
setCookielessSupported(boolean) - Method in class net.databinder.DataApplicationBase
Set to false to disable URL rewriting and consequentally hamper cookieless browsing.
setEntityManager(Object, EntityManager) - Method in class net.databinder.ao.DataApplication
Sets entity manager in map.
setExecutionInfo(String) - Method in class net.databinder.components.hib.QueryPanel
 
setFactoryKey(Object) - Method in class net.databinder.components.hib.DataForm
 
setFactoryKey(Object) - Method in class net.databinder.components.hib.DataFormBase
 
setFactoryKey(Object) - Method in class net.databinder.models.hib.HibernateListModel
Set a factory key other than the default (null).
setFactoryKey(Object) - Method in class net.databinder.models.hib.HibernateObjectModel
Set a factory key other than the default (null).
setFactoryKey(Object) - Method in class net.databinder.models.hib.HibernateProvider
Set a factory key other than the default (null).
setFilterState(Object) - Method in class net.databinder.models.hib.CriteriaColumnFilter
 
setFont(Font) - Method in class net.databinder.components.RenderedLabel
 
setHeaders(WebResponse) - Method in class net.databinder.components.RenderedLabel.RenderedTextImageResource
 
setHibernateSessionFactory(Object, SessionFactory) - Method in class net.databinder.hib.DataApplication
 
setItalicFont(Font) - Method in class net.databinder.components.FontFormattedRenderedLabel
 
setManagerKey(Object) - Method in class net.databinder.models.ao.EntityListModel
 
setManagerKey(Object) - Method in class net.databinder.models.ao.EntityModel
 
setManagerKey(Object) - Method in class net.databinder.models.ao.EntityProvider
 
setMaxWidth(Integer) - Method in class net.databinder.components.RenderedLabel
Specify a maximum pixel width, causing longer renderings to wrap.
setObject(Object) - Method in class net.databinder.models.ao.EntityModel
 
setObject(Object) - Method in class net.databinder.models.cay.DataObjectModel
 
setObject(Object) - Method in class net.databinder.models.hib.HibernateObjectModel
Change the persistent object contained in this model.
setParameters() - Method in class net.databinder.components.hib.PageSourceLink
Sets the id parameter to the identifier given by Hibernate
setParameters(PageSourceLink) - Method in class net.databinder.components.hib.PageSourceListPanel
Called before rendering links.
setPassword(String) - Method in class net.databinder.auth.components.ao.DataProfilePanel
Uses super implementation if bound, but for new users this method must call UserHelper.getHash(password) to set the hash in "passwordHash".
setPassword(String) - Method in class net.databinder.auth.components.ao.UserAdminPage
 
setPassword(String) - Method in class net.databinder.auth.components.DataProfilePanelBase
 
setPassword(String) - Method in class net.databinder.auth.components.UserAdminPageBase
 
setPasswordHash(byte[]) - Method in interface net.databinder.auth.data.ao.UserBase
 
setPersistentObject(Object) - Method in class net.databinder.components.hib.DataForm
Change the persistent model object of this form.
setPersistentObject(Object) - Method in class net.databinder.components.hib.DataPanel
Change the persistent model object of this panel.
setPersistentObjectModel(HibernateObjectModel) - Method in class net.databinder.components.hib.DataPanel
Set the persistant object model.
setRetainUnsaved(boolean) - Method in class net.databinder.models.hib.HibernateObjectModel
Unsaved Serializable objects can be retained between requests.
setRoles(Roles) - Method in interface net.databinder.auth.data.ao.UserBase
 
setRoles(Roles) - Method in class net.databinder.auth.data.ao.UserHelper
 
setRoleString(String) - Method in interface net.databinder.auth.data.ao.UserBase
 
setRoleString(String) - Method in class net.databinder.auth.data.ao.UserHelper
 
setSortState(ISortState) - Method in class net.databinder.models.hib.CriteriaSorter
 
setSortState(ISortState) - Method in class net.databinder.models.hib.SortableHibernateProvider
 
setState(RenderedLabel) - Method in class net.databinder.components.FontFormattedRenderedLabel.FontFormattedRenderedImageResource
 
setState(RenderedLabel) - Method in class net.databinder.components.RenderedLabel.RenderedTextImageResource
 
setTempModelObject(Object) - Method in class net.databinder.models.LoadableWritableModel
Called by subclass when the model object is readily available.
setUsername(String) - Method in interface net.databinder.auth.data.ao.UserBase
 
setWarnOnlySource(Pattern) - Static method in class net.databinder.ExceptionFilteringRequestCycle
Change the warn testing pattern used by all instances of this class.
setWrapWithPropertyModel(boolean) - Method in class net.databinder.models.PropertyDataProvider
 
signIn(String, String) - Method in class net.databinder.auth.AuthDataSessionBase
 
signIn(String, String, boolean) - Method in class net.databinder.auth.AuthDataSessionBase
 
signIn(DataUser, boolean) - Method in class net.databinder.auth.AuthDataSessionBase
Sign in a user whose credentials have been validated elsewhere.
signIn(String, String) - Method in interface net.databinder.auth.AuthSession
Sign in without setting cookie.
signIn(String, String, boolean) - Method in interface net.databinder.auth.AuthSession
 
signIn(DataUser, boolean) - Method in interface net.databinder.auth.AuthSession
Sign in without checking password (here).
signinSocket(String, DataSignInPageBase.ReturnPage) - Method in class net.databinder.auth.components.DataSignInPageBase
Default returns DataSignInPanel.
signOut() - Method in class net.databinder.auth.AuthDataSessionBase
Nullifies userModel and clears authentication cookies.
signOut() - Method in interface net.databinder.auth.AuthSession
Sign out and remove any authentication cookies.
SingleSelectionDataTree<T extends DataTreeObject<T>> - Class in net.databinder.components.tree.hib
A DataTree in single selection mode (see ITreeState), with methods to retrieve the selected node or its backing object.
SingleSelectionDataTree(String, HibernateObjectModel) - Constructor for class net.databinder.components.tree.hib.SingleSelectionDataTree
 
SingleSelectionDataTree(String, HibernateListModel) - Constructor for class net.databinder.components.tree.hib.SingleSelectionDataTree
 
size() - Method in class net.databinder.models.ao.EntityProvider
 
size() - Method in class net.databinder.models.cay.DataProvider
 
size() - Method in class net.databinder.models.hib.HibernateProvider
Only override this method if a single count query or criteria projection is not possible.
size() - Method in class net.databinder.models.SublistProjectionModel.ProjectedSublist
 
SortableHibernateProvider - Class in net.databinder.models.hib
SortableHibernateProvider
SortableHibernateProvider(Class<?>, CriteriaBuilder, CriteriaBuilder) - Constructor for class net.databinder.models.hib.SortableHibernateProvider
 
SortableHibernateProvider(Class<?>, OrderingCriteriaBuilder) - Constructor for class net.databinder.models.hib.SortableHibernateProvider
 
sourceLink(String, IModel) - Method in class net.databinder.components.hib.PageSourceListPanel
Called from super-class to construct source links.
sourceLink(String, IModel) - Method in class net.databinder.components.ModelSourceListPanel
Called from super-class to construct source links.
sourceLink(String, IModel) - Method in class net.databinder.components.SourceListPanel
Supply a source link for the model and id
SourceList - Class in net.databinder.components
Generator for links to components (usually panels) that are only visible one at a time.
SourceList() - Constructor for class net.databinder.components.SourceList
 
SourceList.SourceLink - Class in net.databinder.components
Link that that causes the paired component to be visible when clicked, and all other components in the SourceList to be invisible.
SourceList.SourceLink(String, Component) - Constructor for class net.databinder.components.SourceList.SourceLink
 
SourceListPanel - Class in net.databinder.components
Displays a list of links to set the model of a target component or page.
SourceListPanel(String, String, IModel) - Constructor for class net.databinder.components.SourceListPanel
 
spaces - Static variable in class net.databinder.data.Nameable
 
statusPanel(String) - Method in class net.databinder.auth.components.ao.UserAdminPage
 
statusPanel(String) - Method in class net.databinder.auth.components.hib.UserAdminPage
 
statusPanel(String) - Method in class net.databinder.auth.components.UserAdminPageBase
 
stopped(Server, WebAppContext) - Method in class net.databinder.web.ClusterServer
 
stopped(Server, WebAppContext) - Method in class net.databinder.web.DataServer
Override to perform action after server stops
stringIdFor(String) - Static method in class net.databinder.data.Nameable
Converts string to lowercase with spaces as hyphens and other non-word charters removed.
StyleLink - Class in net.databinder.components
Component for a stylesheet link.
StyleLink(String, Class) - Constructor for class net.databinder.components.StyleLink
Builds a StyleLinkbased on the given class.
StyleLink(String, Class, String) - Constructor for class net.databinder.components.StyleLink
 
SublistProjectionModel - Class in net.databinder.models
Projects a single list into multiple, arbitrarily transformed sublists without replicating the list structure.
SublistProjectionModel(IModel) - Constructor for class net.databinder.models.SublistProjectionModel
 
SublistProjectionModel.Chunked - Class in net.databinder.models
Breaks the parent list into chunks of the requested size, in the same order as the parent list.
SublistProjectionModel.Chunked(int, IModel) - Constructor for class net.databinder.models.SublistProjectionModel.Chunked
 
SublistProjectionModel.ProjectedSublist - Class in net.databinder.models
This is a virtual list, a projection of the master list.
SublistProjectionModel.ProjectedSublist(int) - Constructor for class net.databinder.models.SublistProjectionModel.ProjectedSublist
 
SublistProjectionModel.Transposed - Class in net.databinder.models
Transposes rows and columns so the list runs top to bottom rather than left to right.
SublistProjectionModel.Transposed(int, IModel) - Constructor for class net.databinder.models.SublistProjectionModel.Transposed
 

T

TagField - Class in net.databinder.components
Panel for a comma-separated list of tag strings displayed in a text field or text area.
TagField(String) - Constructor for class net.databinder.components.TagField
Generates text field
TagField(String, IModel) - Constructor for class net.databinder.components.TagField
Generates text field
TagField(String, boolean) - Constructor for class net.databinder.components.TagField
 
TagField(String, IModel, boolean) - Constructor for class net.databinder.components.TagField
 
text - Variable in class net.databinder.components.RenderedLabel.RenderedTextImageResource
 
textile(String) - Static method in class jtextile.JTextile
 
TextileLabel - Class in net.databinder.components
Filters its model through JTextile before rendering.
TextileLabel(String) - Constructor for class net.databinder.components.TextileLabel
 
TextileLabel(String, IModel) - Constructor for class net.databinder.components.TextileLabel
 
TextileLabel.TextileConverter - Class in net.databinder.components
Passes all source objects through JTextile, checks that conversion is String-String.
TextileLabel.TextileConverter() - Constructor for class net.databinder.components.TextileLabel.TextileConverter
 
toString() - Method in class net.databinder.models.LoadableWritableModel
 
TransactionalButton - Class in net.databinder.components.ao
Button that provides a submit transaction similar to TransactionalForm.
TransactionalButton(String, IModel) - Constructor for class net.databinder.components.ao.TransactionalButton
 
TransactionalButton(String) - Constructor for class net.databinder.components.ao.TransactionalButton
 
TransactionalForm - Class in net.databinder.components.ao
Form subclass that runs a submit callback in a transaction.
TransactionalForm(String, IModel) - Constructor for class net.databinder.components.ao.TransactionalForm
 
TransactionalImageButton - Class in net.databinder.components.ao
Button that provides a submit transaction similar to TransactionalForm.
TransactionalImageButton(String, ResourceReference) - Constructor for class net.databinder.components.ao.TransactionalImageButton
 
transform(int, int) - Method in class net.databinder.models.SublistProjectionModel.Chunked
 
transform(int, int) - Method in class net.databinder.models.SublistProjectionModel
 
transform(int, int) - Method in class net.databinder.models.SublistProjectionModel.Transposed
 

U

unbind() - Method in class net.databinder.models.ao.EntityModel
 
unbind() - Method in interface net.databinder.models.BindingModel
Discard any attached object and reset to a new unsaved object
unbind() - Method in class net.databinder.models.cay.DataObjectModel
 
unbind() - Method in class net.databinder.models.hib.HibernateObjectModel
Disassociates this object from any persistent object, but retains the class for constructing a blank copy if requested.
UnbindLink - Class in net.databinder.components
Unbinds the target persistent model.
UnbindLink(String, Component, BindingModel) - Constructor for class net.databinder.components.UnbindLink
 
update(MessageDigest) - Method in class net.databinder.auth.data.ao.UserHelper
 
update(MessageDigest) - Method in interface net.databinder.auth.data.DataPassword
Update digest with password, to bind it to the cookie token.
update(MessageDigest) - Method in class net.databinder.auth.data.hib.BasicPassword
 
updateDependentComponents(AjaxRequestTarget, DefaultMutableTreeNode) - Method in class net.databinder.components.tree.hib.DataTree
Override to update components when another tree node is selected.
updateModel() - Method in class net.databinder.components.hib.BlobUploadField
Converts the upload's inputstream to the resolved blob setter.
URIConverter - Class in net.databinder.converters
Convert an object to a java.net.URI.
URIConverter() - Constructor for class net.databinder.converters.URIConverter
 
UriTextField - Class in net.databinder.components
TextField for URIs with a default scheme.
UriTextField.Ftp - Class in net.databinder.components
 
UriTextField.Ftp(String) - Constructor for class net.databinder.components.UriTextField.Ftp
 
UriTextField.Http - Class in net.databinder.components
 
UriTextField.Http(String) - Constructor for class net.databinder.components.UriTextField.Http
 
URIValidator - Class in net.databinder.validators
Validate that the input is a particular kind of URI.
URIValidator() - Constructor for class net.databinder.validators.URIValidator
 
UserAdminPage - Class in net.databinder.auth.components.ao
User administration page.
UserAdminPage() - Constructor for class net.databinder.auth.components.ao.UserAdminPage
 
UserAdminPage - Class in net.databinder.auth.components.hib
User administration page.
UserAdminPage() - Constructor for class net.databinder.auth.components.hib.UserAdminPage
 
UserAdminPageBase - Class in net.databinder.auth.components
User administration page.
UserAdminPageBase() - Constructor for class net.databinder.auth.components.UserAdminPageBase
 
UserBase - Interface in net.databinder.auth.data.ao
Optional DataUser extension with ActiveObjects field annotations.
UserHelper - Class in net.databinder.auth.data.ao
Helper for UserBase, handles password hashing and virtual collection of roles (from roleString).
UserHelper(UserBase) - Constructor for class net.databinder.auth.data.ao.UserHelper
 
userList(Class<? extends DataUser>) - Method in class net.databinder.auth.components.ao.UserAdminPage
 
userList(Class<? extends DataUser>) - Method in class net.databinder.auth.components.hib.UserAdminPage
 
userList(Class<? extends DataUser>) - Method in class net.databinder.auth.components.UserAdminPageBase
 

V

validate(Form) - Method in class net.databinder.auth.valid.EqualPasswordConvertedInputValidator
 
validate() - Method in class net.databinder.components.hib.DataForm
Checks that the version number, if present, is the last known version number.
validateModelObject() - Method in class net.databinder.valid.hib.ValidDataForm
 
validateOnNullValue() - Method in class net.databinder.valid.hib.DatabinderValidator
 
ValidDataForm - Class in net.databinder.valid.hib
Form that adds a DatabinderValidator to all its components that do not have any other validator in place.
ValidDataForm(String, Class) - Constructor for class net.databinder.valid.hib.ValidDataForm
Instantiates this form and a new, blank instance of the given class as a persistent model object.
ValidDataForm(String, HibernateObjectModel) - Constructor for class net.databinder.valid.hib.ValidDataForm
 
ValidDataForm(String, Class, Serializable) - Constructor for class net.databinder.valid.hib.ValidDataForm
Instantiates this form with a persistent object of the given class and id.
ValidDataForm(String) - Constructor for class net.databinder.valid.hib.ValidDataForm
Form that is nested below a component with a compound model containing a Hibernate model.

W

WebLink - Class in net.databinder.components
Component for an anchor linking outside of Wicket.
WebLink(String) - Constructor for class net.databinder.components.WebLink
Initialize with a compound model.
WebLink(String, IModel) - Constructor for class net.databinder.components.WebLink
Initialize with a specific model.
Wrapper - Class in net.databinder.components
Deprecated. 
Wrapper(String) - Constructor for class net.databinder.components.Wrapper
Deprecated. Creates a wrapping component with a markup ID, normally used as an ajax target.
Wrapper(String, IModel) - Constructor for class net.databinder.components.Wrapper
Deprecated.  

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

Copyright © 2005-2008 Nathan Hamblen. All Rights Reserved.