Package | Description |
---|---|
com.sprhibrad.framework.tags |
Modifier and Type | Class and Description |
---|---|
class |
AuxButton
generic button
|
class |
BinaryItem
A box for the containment of binary field management provided by a descendant of
ShrBinaryTag . |
class |
DataItem
The handler class of the generic tag that, one for each entity's attribute, populates the body of a
dataForm tag. |
class |
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. |
class |
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.
|
class |
DetailRowCommand |
class |
FormAccessor
Substantially a class that goes up along the containment chain.
|
class |
FormButtons
The buttons for acting on a data form.
|
class |
Handout
renders the place-holder for accessing to a whatever digitized object (for work)
|
class |
ImageTag
renders the place-holder for accessing an image with its preview.
|
class |
IteratorButtons
The buttons to go forward and backward with pagination of the data listing.
|
class |
ListIteratorAccessor
Provides availability of the iteration index, picking it up from the
ListManager |
class |
ListManager
gets the iteration index from the request object.
|
class |
ListManagerAccessor
Improves the
FormAccessor equipment with ListIteratorAccessor 's options. |
class |
ParamError
Just for rendering an error identified by
parma and peeked up through a message key when, from the request, it is stated to |
class |
ReportButton |
class |
ResultManager
Acquires, as tag attributes, the fields to be rendered, the default orientation for sorting and the set of row actions.
|
class |
RowCommand |
class |
SearchBox
It contains all the criteria (filters) that affects the query in a search page.
|
class |
SearchCriterion
The component of the
SearchBox . |
class |
ShrBinaryTag
The parent class for binary object management, it renders the commands for storing and viewing the object.
|
class |
SimpleInputTag
A class that renders directly different types of input tag and that doesn't participate in the double behavior (idle/edit).
|
class |
StatusBar
When present among the request attributes the class renders a message.
|
class |
TermTag
It is the base class for containers of attribute rendering tags, generally it hosts the
path targeted to them. |