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 |
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 |
ListManager
gets the iteration index from the request object.
|
class |
ListManagerAccessor
Improves the
FormAccessor equipment with ListIteratorAccessor 's options. |
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 |
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. |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
ListIteratorAccessor.getIteration(FormAccessor formAccessor) |