Interface | Description |
---|---|
DataSetManager |
This interface allows the delegated renderer to invoke the methods of the delegating manager of a data set.
|
DetailsDataSetManager | |
InputDelegator | |
IteratorDataSetManager | |
ShrTextInput |
Class | Description |
---|---|
AuxButton |
generic button
|
BinaryItem |
A box for the containment of binary field management provided by a descendant of
ShrBinaryTag . |
DataFormTag |
A
NavigFormTag that is the handler class for the "dataForm" tag. |
DataItem |
The handler class of the generic tag that, one for each entity's attribute, populates the body of a
dataForm tag. |
DataSetRenderer |
This class has the most part of the implementation code that renders a data grid of the framework: either when the data grid is administered by a
ResultManager
or when a DetailManager is the director tag, that is the grid is the target of listing of main data related to an entity or
when grid data are related to details of a parent entity instance, it makes the rendering. |
DetailManager |
Differently from its sibling
ResultManager , this class doesn't
collect column orders and orientations as attributes because at the time of
the first processing by the jsp container the dbms inquiry has been already
done and there the order must have been caught by the code: (the application
must invoke ShrController.addDetailsAttribute(java.lang.String, com.sprhibrad.framework.service.IShrService, java.lang.String, T, org.springframework.web.servlet.ModelAndView, javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String[])
in its override of ImplShrController.addDetailsAttributes(org.springframework.web.servlet.ModelAndView, T, javax.servlet.http.HttpServletRequest) ),
so that, here, those two attribute are already known and the delegated
renderer gets them from the request object. |
DetailProvider |
It provides the handle to go to the other side of a many-to-many relation, or
in other words, it lets the user to view or to manage the 'foreign' entity
from the context of a 'relation' entity.
|
DetailRowCommand | |
DetailSetRenderer |
A concrete implementation dedicated to the rendering of a details grid.
|
FormAccessor |
Substantially a class that goes up along the containment chain.
|
FormButtons |
The buttons for acting on a data form.
|
Handout |
renders the place-holder for accessing to a whatever digitized object (for work)
|
ImageTag |
renders the place-holder for accessing an image with its preview.
|
InputDelegated |
Gets the path from the container tag.
|
IteratorButtons |
The buttons to go forward and backward with pagination of the data listing.
|
ListIteratorAccessor |
Provides availability of the iteration index, picking it up from the
ListManager |
ListManager |
gets the iteration index from the request object.
|
ListManagerAccessor |
Improves the
FormAccessor equipment with ListIteratorAccessor 's options. |
LocaleSelect |
By overriding the {
LocaleSelect.verboseLiteral(Object) method this class changes the processing way for the bound value that can have the String type
(see the path attribute of the enclosing tag and look for the corresponding attribute it in the class specified as 'modelAttribute' attribute of the DataForm tag. |
MessageManager |
Mainly thought for sharing code among tag class having different ancestor
paths.
|
MessageSourceExtractor |
Used by the framework to define/access the message sources used.
|
NavigFormTag |
Does the most part of the rendering for the generic page: Relying on the
Navigator object stack, it draws the application menu or the navigation bar.
|
ParamError |
Just for rendering an error identified by
parma and peeked up through a message key when, from the request, it is stated to |
ReportButton | |
ResultManager |
Acquires, as tag attributes, the fields to be rendered, the default orientation for sorting and the set of row actions.
|
ResultSetRenderer |
A concrete implementation dedicated to the rendering of a search result grid.
|
RowCommand | |
SearchBox |
It contains all the criteria (filters) that affects the query in a search page.
|
SearchCriterion |
The component of the
SearchBox . |
ShrBinaryTag |
The parent class for binary object management, it renders the commands for storing and viewing the object.
|
ShrCheckBoxTag |
The class adds to the Spring data-binding features of its ancestor, the double behavior (idle/edit) required by SprHibRAD (for a checkBox item) .
|
ShrErrorsTag |
To be encapsulated within a
TermTag tag, together with an actual entity's attribute hosting box,
the class gets attribute name form its container, just like the attribute rendering tag, so that it is associated to the latter. |
ShrFormTag |
The SprHibRAD bas class for rendering the html form.
|
ShrInputTag |
It adds to the Spring features of its ancestor the double behavior (idle/edit) required by SprHibRAD.
|
ShrRadioButtonTag |
It adds to the Spring features of its ancestor the double behavior (idle/edit) required by SprHibRAD (for a radio item).
|
ShrSelectTag |
It adds to the Spring features of its ancestor the double behavior (idle/edit) required by SprHibRAD (for a select item).
|
ShrTagSupport |
It is the base class for all the class of the package a part from those ones that extend Spring Form Tags.
|
ShrTagWriter | |
ShrTextAreaTag | |
SimpleInputTag |
A class that renders directly different types of input tag and that doesn't participate in the double behavior (idle/edit).
|
StatusBar |
When present among the request attributes the class renders a message.
|
TermTag |
It is the base class for containers of attribute rendering tags, generally it hosts the
path targeted to them. |