|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageState | |
com.arsdigita.bebop | A set of server-side user interface components for web applications. |
com.arsdigita.bebop.demo | Example A set of examples that demonstrate how Bebop is used. |
com.arsdigita.bebop.demo.workflow | Example A set of classes to demonstrate how to use Bebop components in a control flow i.e., how Bebop components hand off control to one another. |
com.arsdigita.bebop.event | Listeners that allow a programmer to execute custom code at various points in the request. |
com.arsdigita.bebop.form | Provides a set of server-side user interface components for obtaining user input. |
com.arsdigita.bebop.list | Bebop classes for dynamically displaying and manipulating lists of items. |
com.arsdigita.bebop.portal | User interface classes for displaying portals. |
com.arsdigita.bebop.table | Contains the supporting classes for the Table component. |
com.arsdigita.bebop.tree | A tree widget that is a Bebop component. |
com.arsdigita.formbuilder.ui | The Form Builder UI provides a number of embeddable bebop components to facilitate integration of the form builder service with applications. |
com.arsdigita.formbuilder.ui.editors | Embeddable formbuilder editor widgets. |
com.arsdigita.formbuilder.ui.jsp | |
com.arsdigita.formbuilder.util | |
com.arsdigita.kernel.ui | Bebop widgets that display kernel objects. |
com.arsdigita.portal | Basic portal infrastructure. |
com.arsdigita.search.ui | |
com.arsdigita.search.ui.filters | |
com.arsdigita.toolbox.ui | Miscellaneous collection of useful Bebop components. |
com.arsdigita.ui | Basic user interface components. |
com.arsdigita.ui.admin | Basic user interface components for the administrative UI. |
com.arsdigita.ui.login | Internationalized UI classes for user login and registration. |
com.arsdigita.ui.permissions | Default implementation of the CCM permissions UI. |
com.arsdigita.ui.sitemap | User interface for dynamically updating URL to application mappings. |
com.arsdigita.util.ui | |
com.arsdigita.web.ui | |
com.arsdigita.webdevsupport.config | |
com.arsdigita.webdevsupport.log4j | Web user interfaces for dynamically adjusting Log4J warning levels. |
Uses of PageState in com.arsdigita.bebop |
Methods in com.arsdigita.bebop that return PageState | |
PageState |
Page.process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates a PageState object and processes it by calling the respond method on the selected component. |
protected PageState |
Page.prepare(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Deprecated. Use Page.process(HttpServletRequest,HttpServletResponse) instead. |
static PageState |
PageState.getPageState(javax.servlet.http.HttpServletRequest request)
Returns the page state object for the given request, or null if none exists yet. |
static PageState |
PageState.getPageState()
Returns the page state object for the current request, or null if none exists yet. |
Methods in com.arsdigita.bebop with parameters of type PageState | |
boolean |
YesNoSection.yesPressed(PageState state)
|
boolean |
YesNoSection.noPressed(PageState state)
|
boolean |
Wizard.isFirst(PageState ps)
|
boolean |
Wizard.isLast(PageState ps)
|
void |
Wizard.next(PageState ps)
|
void |
Wizard.previous(PageState ps)
|
void |
SlaveComponent.generateXML(PageState ps,
Element parent)
|
PropertyEditorModel |
PropertyEditorModelBuilder.makeModel(PropertyEditor p,
PageState s)
Constructs a PropertyEditorModel for the current request. |
void |
PropertyEditor.showDisplayPane(PageState state)
Hides the form(s) and shows the display pane. |
void |
PropertyEditor.showComponent(PageState state,
String key)
Shows the component that is identified by the specified key. |
String |
PropertyEditor.getSelectedComponentKey(PageState state)
Returns the key of the currently visible component, or null if the display pane is currently visible. |
protected PropertyEditorModel |
PropertyEditor.getModel(PageState s)
Returns the PropertyEditorModel in use during the current
request. |
Component |
PropertyEditor.IdentityCellRenderer.getComponent(List list,
PageState state,
Object value,
String key,
int index,
boolean isSelected)
|
PropertyEditorModel |
PropertyEditor.DefaultModelBuilder.makeModel(PropertyEditor p,
PageState s)
Construct a PropertyEditorModel for the current
request. |
protected boolean |
PageErrorDisplay.hasErrors(PageState state)
Determines if there are errors to display. |
void |
PageErrorDisplay.generateXML(PageState state,
Element parent)
Generates the XML for this component. |
protected Element |
MultiStepForm.generateXMLSansState(PageState ps,
Element parent)
|
int |
MapWizard.getProgress(PageState state)
Get the current progress |
void |
MapWizard.setProgress(PageState state,
int p)
Set the current progress |
String |
MapWizard.getCurrentStepKey(PageState state)
Get the key which identifies the current step. |
void |
MapWizard.setCurrentStepKey(PageState state,
String key)
Select the step with the specified key. |
int |
MapWizard.getCurrentStep(PageState state)
Get the index which identifies the current step. |
void |
MapWizard.setCurrentStep(PageState state,
int step)
Select the step with the specified index. |
void |
MapWizard.stepForward(PageState state)
Move to the next step. |
void |
MapWizard.stepForward(PageState state,
boolean force)
Move to the next step and possibly force the progress so that we can do it. |
void |
MapWizard.stepBack(PageState state)
Move to the previous step. |
Component |
MapComponentSelectionModel.getComponent(PageState state)
Returns the component that should be used to output the currently selected element. |
boolean |
MapComponentSelectionModel.isSelected(PageState state)
Returns true if there is a selected element. |
Object |
MapComponentSelectionModel.getSelectedKey(PageState state)
Returns the key that identifies the selected element. |
void |
MapComponentSelectionModel.setSelectedKey(PageState state,
Object key)
Sets the selected key. |
void |
MapComponentSelectionModel.clearSelection(PageState state)
Clears the selection. |
void |
ListPanel.generateXML(PageState state,
Element parent)
Adds child components as a subtree under list-item nodes. |
void |
HorizontalLine.generateXML(PageState state,
Element parent)
|
void |
Image.generateXML(PageState state,
Element parent)
Writes the output to a DOM to be used with the XSLT template to produce the appropriate output. |
protected Image |
Image.firePrintEvent(PageState state)
|
void |
GridPanel.generateXML(PageState pageState,
Element parent)
Adds child components as a subtree under table-style nodes. |
boolean |
FormStep.isInitialized(PageState ps)
|
void |
FormStep.generateXML(PageState ps,
Element parent)
|
protected String |
ExternalLink.prepareURL(PageState state,
String url)
Processes the URL for this link after the print listener runs. |
void |
SplitPanel.generateXML(PageState state,
Element parent)
Generates XML for the panel. |
void |
DynamicListWizard.reset(PageState state)
Clears the selection on the dynamic list and the toggle link. |
Object |
DefaultSingleSelectionModel.getSelectedKey(PageState state)
|
void |
DefaultSingleSelectionModel.setSelectedKey(PageState state,
Object key)
|
Component |
ComponentSelectionModel.getComponent(PageState state)
Returns the component that should be used to output the currently selected element. |
Object |
Multiple.getColumn(PageState state,
String name)
Obtains a column from the current row. |
void |
Multiple.generateXML(PageState state,
Element p)
Adds child components repeatedly under parent node. |
void |
Column.generateXML(PageState state,
Element parent)
Adds the value of the column as a <bebop:cell> . |
void |
Portlet.generateXML(PageState pageState,
Element parentElement)
Builds an XML fragment and attaches it to this component's parent. |
void |
AbstractPortlet.generateXML(PageState pageState,
Element parentElement)
An implementation of Portlet.generateXML(com.arsdigita.bebop.PageState, com.arsdigita.xml.Element) that provides
a default Portlet mini-schema. |
protected abstract void |
AbstractPortlet.generateBodyXML(PageState pageState,
Element parentElement)
Generates XML for the body (not the frame) of this Portlet. |
void |
ColumnPanel.generateXML(PageState state,
Element parent)
Adds child components as a subtree under table-style nodes. |
protected Form |
MetaForm.getDynamicForm(PageState state)
Retrieves the form for the request represented by state . |
abstract Form |
MetaForm.buildForm(PageState state)
Builds the dynamic form. |
void |
MetaForm.rebuildForm(PageState s)
Force a rebuilding and updating of the dynamic form. |
FormData |
MetaForm.getFormData(PageState state)
Returns the form data constructed by process for the
request described by state . |
protected Element |
MetaForm.generateXMLSansState(PageState s,
Element parent)
Generates the XML representing the form and its widgets, but not the state information, from s . |
FormData |
MetaForm.process(PageState state)
Processes the request-specific form for the request represented by state . |
Object |
ParameterSingleSelectionModel.getSelectedKey(PageState state)
Returns the key that identifies the selected element. |
void |
ParameterSingleSelectionModel.setSelectedKey(PageState state,
Object newKey)
Set the selected key. |
DataQuery |
RowSequenceBuilder.makeRowSequence(PageState state)
|
void |
ModalContainer.setVisibleComponent(PageState state,
Component c)
|
Component |
ModalContainer.getVisibleComponent(PageState state)
|
void |
ModalContainer.next(PageState state)
Makes the next component in a wizard sequence visible while hiding all other components. |
void |
ModalContainer.previous(PageState state)
Makes the previous component in a wizard sequence visible while hiding all other components. |
void |
ModalContainer.reset(PageState state)
Resets the container to display the default component. |
PropertySheetModel |
PropertySheetModelBuilder.makeModel(PropertySheet sheet,
PageState state)
Constructs a new PropertySheetModel . |
Component |
PropertySheet.StringLabelCellRenderer.getComponent(Table table,
PageState state,
Object value,
boolean isSelected,
Object key,
int row,
int column)
|
void |
CompoundComponent.generateXML(PageState state,
Element parent)
|
boolean |
CompoundComponent.isVisible(PageState state)
|
void |
CompoundComponent.respond(PageState state)
|
void |
CompoundComponent.setVisible(PageState state,
boolean v)
|
int |
Paginator.getSelectedPageNum(PageState state)
Returns the selected page number. |
void |
Paginator.setSelectedPageNum(PageState state,
int pageNum)
Sets the selected page number. |
int |
Paginator.getPageSize(PageState state)
Returns the number of items to display per page. |
void |
Paginator.setPageSize(PageState state,
int pageSize)
Sets the number of items to display per page. |
int |
Paginator.getTotalPages(PageState state)
This returns the total number of pages that will be displayed by this paginator. |
int |
Paginator.getFirst(PageState state)
Returns the number of the first item to display. |
int |
Paginator.getLast(PageState state)
Returns the number of the last item to display. |
boolean |
Paginator.isVisible(PageState state)
Returns true if this component is visible. |
void |
Paginator.reset(PageState state)
Resets this component by clearing the selected page. |
int |
PaginationModelBuilder.getTotalSize(Paginator paginator,
PageState state)
Returns the total number of results to paginate. |
boolean |
PaginationModelBuilder.isVisible(PageState state)
Determines whether the paginator should be visible in the request represented by state . |
protected void |
TabbedPane.fireActionEvent(PageState state)
Fires an ActionEvent . |
void |
TabbedPane.setTabVisible(PageState s,
int i,
boolean v)
Show or hide a particular tab |
void |
TabbedPane.setTabVisible(PageState s,
Component c,
boolean v)
Show or hide a particular tab |
boolean |
TabbedPane.isTabVisible(PageState s,
int i)
Determine if a particular tab is visible |
boolean |
TabbedPane.isTabVisible(PageState s,
Component c)
Determine if a particular tab is visible |
Component |
TabbedPane.getCurrentPane(PageState data)
Gets the currently visible pane. |
void |
TabbedPane.setSelectedIndex(PageState state,
int index)
|
int |
TabbedPane.getSelectedIndex(PageState state)
|
protected void |
TabbedPane.generateTabs(PageState data,
Element parent)
Builds a DOM representing the header for the tab strip. |
void |
TabbedPane.generateXML(PageState state,
Element parent)
Services the request by building a DOM tree with the tabs themselves and then the included page. |
void |
TabbedPane.respond(PageState state)
Notifies the TabbedPane that one of the tabs has been
selected. |
void |
ElementComponent.generateXML(PageState state,
Element parent)
Constructs a new element with the name and namespace given in this component's constructor, and adds the element to the parent element. |
protected void |
Link.generateURL(PageState state,
Element parent)
|
protected String |
Link.prepareURL(PageState state,
String location)
Processes the URL for this link after the print listener runs. |
void |
ActionLink.setControlEvent(PageState s)
Sets the page state's control event. |
void |
DimensionalNavbar.generateXML(PageState state,
Element parent)
|
void |
SegmentedPanel.generateXML(PageState state,
Element parent)
Generate the XML for this component, as described above |
void |
SegmentedPanel.Segment.generateXML(PageState state,
Element parent)
Generate the XML for this segment |
void |
Resettable.reset(PageState state)
Resets the state of the component to its original appearance. |
void |
Tree.reset(PageState state)
Clears the request state of the tree. |
TreeModel |
Tree.getTreeModel(PageState s)
Returns the TreeModel used by the tree for the current
request. |
Object |
Tree.getSelectedKey(PageState state)
Gets the key for the selected node. |
void |
Tree.setSelectedKey(PageState state,
Object key)
Sets the selection to the one with the specified key. |
boolean |
Tree.isSelected(PageState state)
Returns true if one of the nodes is currently selected. |
void |
Tree.clearSelection(PageState state)
Clears the selection in the request represented by state . |
boolean |
Tree.hasExpansionState(PageState state)
Tells whether the tree has state on the request for tree node expansion. |
void |
Tree.clearExpansionState(PageState state)
Clears any tree node expansion state on the request. |
protected void |
Tree.fireStateChanged(PageState state)
Fires a change event to signal that the selected list item has changed in the request represented by state . |
protected void |
Tree.fireActionEvent(PageState data)
Notifies listeners that some part of the tree was clicked by the user. |
protected void |
Tree.fireTreeExpanded(PageState state,
Object nodeKey)
Notifies all registered TreeExpansionListeners that a node in the tree has been expanded. |
protected void |
Tree.fireTreeCollapsed(PageState state,
Object nodeKey)
Notifies all registered TreeExpansionListeners that a node in the tree has been collapsed. |
void |
Tree.respond(PageState data)
Notifies the Tree that a node has been selected. |
boolean |
Tree.isCollapsed(String nodeKey,
PageState data)
Determines whether the node at the specified display row is collapsed. |
void |
Tree.collapse(String nodeKey,
PageState data)
Collapses a node in the tree and makes its children visible. |
void |
Tree.expand(String nodeKey,
PageState data)
Expands a node in the tree and makes its children visible. |
protected void |
Tree.generateTree(PageState data,
Element parent,
TreeNode node,
TreeModel tree)
Builds a DOM representing the tree. |
void |
Tree.generateXML(PageState data,
Element parent)
Services the request by building a DOM tree with the nodes first and then the included page. |
void |
List.respond(PageState state)
Responds to a request in which this List was the targetted
component. |
void |
List.generateXML(PageState state,
Element parent)
Generates XML representing the items in the list. |
ListModel |
List.getModel(PageState state)
Gets the list model used in processing the request represented by state . |
Object |
List.getSelectedKey(PageState state)
Gets the key for the selected list item. |
void |
List.setSelectedKey(PageState state,
String key)
Sets the selection to the one with the specified key. |
boolean |
List.isSelected(PageState state)
Returns true if one of the list items is currently selected. |
void |
List.clearSelection(PageState state)
Clears the selection in the request represented by state . |
protected void |
List.fireStateChanged(PageState state)
Fires a change event to signal that the selected list item has changed in the request represented by state . |
protected void |
List.fireActionEvent(PageState state)
Fires an action event signalling that the list received the request submission. |
protected BaseLink |
BaseLink.firePrintEvent(PageState state)
|
protected abstract void |
BaseLink.generateURL(PageState state,
Element parent)
|
void |
BaseLink.generateXML(PageState state,
Element parent)
Generates a DOM fragment: |
protected void |
BaseLink.setupNoJavascriptURL(PageState ps,
Element link)
|
protected void |
BaseLink.generateExtraXMLAttributes(PageState state,
Element link)
Adds type-specific XML attributes to the XML element representing this link. |
protected void |
ControlLink.fireActionEvent(PageState state)
Fires an ActionEvent , which causes all registered
ActionListener s to be run. |
void |
ControlLink.respond(PageState state)
Responds to the incoming request. |
protected void |
ControlLink.generateURL(PageState state,
Element parent)
Generates the URL for a link and sets it as the "href" attribute of the parent. |
void |
ControlLink.setControlEvent(PageState ps)
Sets the page state's control event. |
void |
ToggleLink.respond(PageState s)
Responds to the incoming request represented by s . |
boolean |
ToggleLink.isSelected(PageState s)
Returns true if the link is currently selected in the request
represented by s |
void |
ToggleLink.setSelected(PageState s,
boolean v)
Sets whether the link is selected in the context of the request described by s . |
void |
ToggleLink.generateXML(PageState s,
Element e)
|
void |
ToggleLink.setControlEvent(PageState s)
Sets the page state's control event so that generated links cause this link's selected state to be toggled when the user clicks them. |
protected void |
ToggleLink.generateExtraXMLAttributes(PageState s,
Element link)
Adds a selected attribute to the standard XML generated by
Link . |
void |
BoxPanel.generateXML(PageState state,
Element parent)
Adds nodes for the panel and its child components to be rendered, usually in a table. |
boolean |
AbstractSingleSelectionModel.isSelected(PageState state)
Returns true if there is a selected element. |
abstract Object |
AbstractSingleSelectionModel.getSelectedKey(PageState state)
|
abstract void |
AbstractSingleSelectionModel.setSelectedKey(PageState state,
Object key)
|
void |
AbstractSingleSelectionModel.clearSelection(PageState state)
|
protected void |
AbstractSingleSelectionModel.fireStateChanged(PageState state)
|
String |
Label.getLabel(PageState state)
. |
GlobalizedMessage |
Label.getGlobalizedMessage(PageState state)
This should really be getLabel(), but since it was marked STABLE I can't change its return type. |
void |
Label.setLabel(String label,
PageState state)
Sets new request-specific text for this Label to use on this request. |
void |
Label.setLabel(GlobalizedMessage label,
PageState state)
Sets the text for this label using a GlobalizedMessage. |
void |
Label.generateXML(PageState state,
Element parent)
|
protected Label |
Label.firePrintEvent(PageState state)
|
void |
FormData.validate(PageState state)
Validates this FormData object according to its
form model. |
void |
FormData.forceValidate(PageState state)
Validates this FormData object against its
form model, regardless of whether the object is currently
valid. |
boolean |
SingleSelectionModel.isSelected(PageState state)
Returns true if there is a selected element. |
Object |
SingleSelectionModel.getSelectedKey(PageState state)
Returns the key that identifies the selected element. |
void |
SingleSelectionModel.setSelectedKey(PageState state,
Object key)
Sets the selected key. |
void |
SingleSelectionModel.clearSelection(PageState state)
Clears the selection. |
protected Object |
RequestLocal.initialValue(PageState state)
Returns the value to be used during the request represented by state . |
Object |
RequestLocal.get(PageState state)
Returns the request-specific value for this variable for the request associated with state . |
void |
RequestLocal.set(PageState state,
Object value)
Sets a new value for the request local variable and associates it with the request represented by state . |
FormData |
FormModel.process(PageState state)
Creates a new FormData object that is populated with default values (for an initial request) or values from the request (for a submission). |
FormData |
FormModel.process(PageState state,
boolean isSubmission)
Creates a new FormData object that is populated with default values (for an initial request) or values from the request (for a submission). |
FormData |
FormSection.process(PageState data)
Since a form section cannot be processed, always throws an error. |
void |
FormSection.respond(PageState state)
|
void |
FormSection.generateXML(PageState pageState,
Element parent)
Builds an XML subtree for this component under the specified parent . |
void |
Form.generateXML(PageState s,
Element parent)
Writes the output to a DOM to be used with the XSLT template to produce the appropriate output. |
protected Element |
Form.generateXMLSansState(PageState s,
Element parent)
Generates the XML representing the form and its widgets, but not the state information from s . |
protected void |
Form.generateErrors(PageState ps,
Element parent)
|
void |
Form.respond(PageState state)
Responds to the request by processing this form with the HTTP request given in state . |
FormData |
Form.process(PageState state)
Processes this form, creating a FormData object. |
FormData |
Form.getFormData(PageState state)
Returns the form data constructed by the process method for the request described by
state . |
protected void |
Form.setFormData(PageState state,
FormData data)
Protected access to set the formdata request local |
Label |
Page.getTitle(PageState state)
Retrieves the title of this page as a Bebop label component. |
protected Element |
Page.generateXMLHelper(PageState ps,
Document parent)
Constructs the top nodes of the DOM or JDOM tree. |
void |
Page.generateXML(PageState state,
Document parent)
Constructs a DOM or JDOM tree with all components on the page. |
void |
Page.generateXML(PageState state,
Element elt)
Do nothing. |
void |
Page.process(PageState state)
Processes the supplied PageState object according to this PageModel. |
void |
Page.respond(PageState state)
|
protected void |
Page.fireActionEvent(PageState state)
Broadcasts an ActionEvent to all registered listeners. |
protected void |
Page.fireRequestEvent(PageState state)
Broadcasts a RequestEvent to all registered listeners. |
protected void |
Table.fireCellSelected(PageState state,
Object rowKey,
Integer column)
Fires event listeners to indicate that a new cell has been selected in the table. |
protected void |
Table.fireHeadSelected(PageState state,
Object rowKey,
Integer column)
Fires event listeners to indicate that a new header cell has been selected in the table. |
void |
Table.clearSelection(PageState s)
Clears the row and column selection models that the table holds. |
void |
Table.respond(PageState s)
Processes the events for this table. |
boolean |
Table.isSelectedRow(PageState s,
Object rowKey)
Determines whether a row is seleted. |
boolean |
Table.isSelectedColumn(PageState s,
Object column)
Determines whether a column is selected. |
boolean |
Table.isSelectedCell(PageState s,
Object rowKey,
Object column)
Determines whether the cell addressed by the specified row key and column number is selected in the request represented by the page state. |
protected void |
Table.generateExtraXMLAttributes(PageState state,
Element element)
Adds type-specific XML attributes to the XML element representing this link. |
void |
Table.generateXML(PageState s,
Element p)
Generates the XML representing the table. |
TableModel |
Table.getTableModel(PageState s)
Returns the table model in effect for the request represented by the page state. |
TableModel |
Table.MatrixTableModelBuilder.makeModel(Table t,
PageState s)
|
void |
Component.generateXML(PageState state,
Element parent)
Adds a DOM subtree representing this component under the given parent node. |
void |
Component.respond(PageState state)
Responds to the request. |
boolean |
Component.isVisible(PageState state)
Determines whether the component is visible in the request represented by state . |
void |
Component.setVisible(PageState state,
boolean v)
Changes the visibility of the component. |
protected void |
Completable.fireCompletionEvent(PageState ps)
|
void |
SimpleComponent.respond(PageState state)
Does processing that is special to the component receiving the click. |
void |
SimpleComponent.generateXML(PageState state,
Element p)
Adds [J]DOM nodes for this component. |
boolean |
SimpleComponent.isVisible(PageState s)
|
void |
SimpleComponent.setVisible(PageState s,
boolean v)
|
void |
SimpleContainer.generateChildrenXML(PageState state,
Element p)
Generates the XML for this container. |
void |
SimpleContainer.generateXML(PageState state,
Element p)
Generates the XML for this container. |
Uses of PageState in com.arsdigita.bebop.demo |
Methods in com.arsdigita.bebop.demo with parameters of type PageState | |
void |
MySitePage.generateXML(PageState ps,
Document doc)
|
protected void |
MySitePage.addContents(Element layout,
PageState ps)
|
Uses of PageState in com.arsdigita.bebop.demo.workflow |
Methods in com.arsdigita.bebop.demo.workflow with parameters of type PageState | |
static ListModel |
SampleProcesses.getAllTasks(PageState s)
|
boolean |
DisplayTask.isCancelled(PageState s)
|
void |
ProcessDisplay.addTaskMode(PageState s)
|
void |
ProcessDisplay.viewTaskMode(PageState s)
|
String |
AddTask.getNewKey(PageState s)
|
boolean |
AddTask.isCancelled(PageState s)
|
Uses of PageState in com.arsdigita.bebop.event |
Methods in com.arsdigita.bebop.event that return PageState | |
PageState |
ParameterEvent.getPageState()
|
PageState |
PageEvent.getPageState()
Get the state of the page under the request in which the event was fired |
Constructors in com.arsdigita.bebop.event with parameters of type PageState | |
TreeExpansionEvent(Component source,
PageState s,
Object nodeKey)
|
|
PrintEvent(Object source,
PageState state,
Object target)
Construct a PrintEvent |
|
ChangeEvent(Object source,
PageState state)
|
|
RequestEvent(Component source,
PageState state)
Construct an ActionEvent . |
|
TableActionEvent(Component source,
PageState s,
Object rowKey,
Integer column)
Construct a TableActionEvent for a click on a particular row and a particular column. |
|
TableActionEvent(Component source,
PageState s,
Object rowKey)
Construct a TableActionEvent for a click on a particular row. |
|
ActionEvent(Component source,
PageState state)
Construct an ActionEvent . |
|
PageEvent(Object source,
PageState state)
Construct a new PageEvent . |
|
FormSectionEvent(Object source,
PageState state,
FormData formData)
Construct a FormSectionEvent . |
Uses of PageState in com.arsdigita.bebop.form |
Methods in com.arsdigita.bebop.form with parameters of type PageState | |
void |
Time.generateWidget(PageState ps,
Element parent)
|
void |
TextEntryFormSection.setWidgetValue(PageState ps,
Object value)
|
Object |
TextEntryFormSection.getWidgetValue(PageState ps)
|
String |
TextEntryFormSection.getTextType(PageState ps)
|
void |
TextEntryFormSection.setTextType(PageState ps,
String type)
|
void |
SearchAndSelect.generateXML(PageState state,
Element parent)
Generates the XML datastructure for this widget. |
protected void |
SearchAndSelect.generateErrors(PageState state,
Element parent)
Generate the error messages for this widget. |
boolean |
MultipleSelectPairWidget.isSelected(PageState ps)
|
String[] |
MultipleSelectPairWidget.getSelectedOptions(PageState ps)
Returns the selected options, those selected from the left hand widget |
String[] |
MultipleSelectPairWidget.getUnselectedOptions(PageState ps)
Returns the unselected options, those removed from the right hand widget |
void |
MultipleSelectPairWidget.generateXML(PageState state,
Element element)
|
protected boolean |
FormErrorDisplay.hasErrors(PageState state)
Determine if there are errors to display |
void |
Deditor.generateWidget(PageState state,
Element parent)
Deprecated. Generates the DOM for the textarea widget |
void |
DateTime.generateWidget(PageState ps,
Element parent)
|
void |
DHTMLEditor.generateWidget(PageState state,
Element parent)
Generates the DOM for the DHTML editor widget |
void |
Date.generateWidget(PageState ps,
Element parent)
|
Object |
Date.getFragmentValue(PageState ps,
int field)
|
protected ParameterData |
Date.YearFragment.getParameterData(PageState ps)
|
Object |
Date.YearFragment.getValue(PageState ps)
|
protected ParameterData |
Date.MonthFragment.getParameterData(PageState ps)
|
Object |
Date.MonthFragment.getValue(PageState ps)
|
protected ParameterData |
Date.DayFragment.getParameterData(PageState ps)
|
Object |
Date.DayFragment.getValue(PageState ps)
|
void |
CheckboxGroup.generateWidget(PageState state,
Element parent)
Generates DOM fragment: |
Object |
Submit.getValue(PageState ps)
Get the value of the submit button. |
protected void |
Submit.generateWidget(PageState state,
Element parent)
Generates the DOM for this widget |
boolean |
Submit.isSelected(PageState ps)
Return true if the user clicked on this submit button to
submit the form in which the button is contained. |
protected ParameterData |
Submit.getParameterData(PageState ps)
|
void |
RadioGroup.generateWidget(PageState state,
Element parent)
Generates the DOM for a radio button group |
void |
TextArea.generateWidget(PageState state,
Element parent)
Generates the DOM for the textarea widget |
void |
Option.generateXML(PageState s,
Element e)
Generate XML depending on what OptionGroup we belong to. |
Iterator |
OptionGroup.getOptions(PageState ps)
Returns an Iterator of all the default Options in this group, plus any request-specific options. |
void |
OptionGroup.addOption(Option opt,
PageState ps)
Adds a new option for the scope of the current request, or to the page as a whole if there is no current request. |
void |
OptionGroup.removeOption(Option opt,
PageState ps)
|
void |
OptionGroup.removeOption(String key,
PageState ps)
Removes the first option whose key is equal to the key that is passed in. |
void |
Select.generateWidget(PageState state,
Element parent)
Generates the DOM for the select widget |
void |
Widget.generateXML(PageState state,
Element parent)
This method creates the DOM for the widget. |
protected Widget |
Widget.firePrintEvent(PageState state)
|
protected void |
Widget.generateWidget(PageState state,
Element parent)
Generates the DOM for the given widget |
protected void |
Widget.generateErrors(PageState state,
Element parent)
Generates the XML for the given widget |
Object |
Widget.getValue(PageState ps)
Get the value associated with this widget in the request described by ps . |
void |
Widget.setValue(PageState ps,
Object value)
Set the value of the parameter associated with this widget to a new value. |
protected Iterator |
Widget.getErrors(PageState ps)
|
protected ParameterData |
Widget.getParameterData(PageState ps)
|
void |
Widget.respond(PageState state)
Respond to an incoming request by calling respond on the
form to which the widget belongs. |
boolean |
Widget.ValidationGuard.shouldValidate(PageState ps)
|
Uses of PageState in com.arsdigita.bebop.list |
Methods in com.arsdigita.bebop.list with parameters of type PageState | |
abstract ListModel |
AbstractListModelBuilder.makeModel(List l,
PageState state)
|
Component |
DefaultListCellRenderer.getComponent(List list,
PageState state,
Object value,
String key,
int index,
boolean isSelected)
Return a component that has been configured to display the specified value. |
Component |
ListCellRenderer.getComponent(List list,
PageState state,
Object value,
String key,
int index,
boolean isSelected)
Return a component that has been configured to display the specified value. |
ListModel |
ListModelBuilder.makeModel(List l,
PageState state)
Produce a ListModel for the request specified by state . |
Uses of PageState in com.arsdigita.bebop.portal |
Methods in com.arsdigita.bebop.portal with parameters of type PageState | |
Portlet |
PortletSelectionModel.getSelectedPortlet(PageState state)
|
protected void |
PortletConfigFormSection.initWidgets(PageState state,
Portlet portlet)
|
protected void |
PortletConfigFormSection.validateWidgets(PageState state,
Portlet portlet)
|
Resource |
PortletConfigFormSection.createResource(PageState state)
|
void |
PortletConfigFormSection.modifyResource(PageState state)
|
protected void |
PortletConfigFormSection.processWidgets(PageState state,
Portlet portlet)
|
PortalModel |
PortalModelBuilder.buildModel(PageState pageState)
Build a PortalModel for the current request. |
void |
Portal.generateXML(PageState pageState,
Element parent)
Build an XML fragment and attach it to this component's parent. |
void |
Portlet.generateXML(PageState pageState,
Element parentElement)
An implementation of Portlet.generateXML(com.arsdigita.bebop.PageState, com.arsdigita.xml.Element) that provides
a default Portlet mini-schema. |
protected abstract void |
AbstractPortletRenderer.generateBodyXML(PageState pageState,
Element parentElement)
Generate XML for the body, not the frame, of this Portlet. |
void |
AbstractPortletRenderer.generateXML(PageState state,
Element parent)
|
void |
PortletRenderer.generateXML(PageState pageState,
Element parentElement)
Build an XML fragment and attach it to this component's parent. |
Uses of PageState in com.arsdigita.bebop.table |
Methods in com.arsdigita.bebop.table with parameters of type PageState | |
Component |
DefaultTableCellRenderer.getComponent(Table table,
PageState state,
Object value,
boolean isSelected,
Object key,
int row,
int column)
Return the component that should be used to render the given value . |
abstract TableModel |
AbstractTableModelBuilder.makeModel(Table t,
PageState s)
Return a table model for the request represented by s . |
void |
TableColumn.generateXML(PageState s,
Element e)
Throw an UnsupportedOperationException . |
Component |
TableCellRenderer.getComponent(Table table,
PageState state,
Object value,
boolean isSelected,
Object key,
int row,
int column)
Return a component with the visual representation for the passed in key and value . |
protected void |
TableHeader.fireHeadSelected(PageState state,
Object rowKey,
Integer column)
Notify all listeners that the header was selected |
void |
TableHeader.respond(PageState s)
Respond to the current event by selecting the current column |
void |
TableHeader.generateXML(PageState s,
Element p)
Generate the XML for this header. |
protected boolean |
TableHeader.isSelected(PageState s,
Object key,
int column)
Determine whether the given column is selected. |
TableModel |
TableModelBuilder.makeModel(Table t,
PageState s)
Return a table model for the request represented by s . |
Uses of PageState in com.arsdigita.bebop.tree |
Methods in com.arsdigita.bebop.tree with parameters of type PageState | |
TreeNode |
DefaultTreeModel.getRoot(PageState data)
Obtain the root node of the tree |
boolean |
DefaultTreeModel.hasChildren(TreeNode n,
PageState data)
Check whether the node has children |
Iterator |
DefaultTreeModel.getChildren(TreeNode n,
PageState data)
Check whether a given node has children |
Component |
DefaultTreeCellRenderer.getComponent(Tree tree,
PageState state,
Object value,
boolean isSelected,
boolean isExpanded,
boolean isLeaf,
Object key)
Returns node component to be displayed. |
Component |
TreeCellRenderer.getComponent(Tree tree,
PageState state,
Object value,
boolean isSelected,
boolean isExpanded,
boolean isLeaf,
Object key)
Returns node component to be displayed. |
TreeNode |
TreeModel.getRoot(PageState data)
Obtain the root node of the tree, passing in PageState for permissioning purposes |
boolean |
TreeModel.hasChildren(TreeNode n,
PageState data)
Check whether the node has children |
Iterator |
TreeModel.getChildren(TreeNode n,
PageState data)
Check whether a given node has children, passing in PageState for permissioning purposes |
TreeModel |
TreeModelBuilder.makeModel(Tree t,
PageState s)
Builds a TreeModel to be used in the current request |
Uses of PageState in com.arsdigita.formbuilder.ui |
Methods in com.arsdigita.formbuilder.ui with parameters of type PageState | |
boolean |
YesNoSection.yesPressed(PageState state)
|
boolean |
YesNoSection.noPressed(PageState state)
|
Form |
PropertiesMetaForm.buildForm(PageState pageState)
|
TableModel |
ProcessListenerTableModelBuilder.makeModel(Table table,
PageState state)
|
ListModel |
ProcessListenerListModelBuilder.makeModel(List l,
PageState state)
|
void |
ProcessListenerProperties.setVisible(PageState state,
boolean visible)
|
Form |
PreviewForm.buildForm(PageState pageState)
|
protected Placeholders |
PlaceholdersInitListener.getPlaceholders(PageState state)
|
BigDecimal |
OptionGroupPage.getFormID(PageState pageState)
|
BigDecimal |
OptionGroupPage.getWidgetID(PageState pageState)
|
String |
OptionGroupPage.getWidgetClass(PageState pageState)
|
Integer |
OptionGroupPage.getNOptions(PageState pageState)
|
BigDecimal |
FormViewPage.getFormID(PageState pageState)
|
boolean |
PropertiesMetaFormConnector.isInEditMode(PageState pageState)
The FormPropertiesForm will be in either add or edit mode. |
AttributeMetaDataProvider |
PropertiesMetaFormConnector.getAttributeMetaDataProvider(PageState pageState)
The purpose of the FormPropertiesForm is to edit properties of a SimpleQuestionnaire. |
SimpleQuestionnaire |
FormPropertiesPage.getQuestionnaire(PageState pageState)
|
BigDecimal |
FormPropertiesPage.getFormID(PageState pageState)
|
String |
FormPropertiesPage.getPageMode(PageState pageState)
Adding is default |
boolean |
FormPropertiesFormPageConnector.isInEditMode(PageState pageState)
The FormPropertiesForm will be in either add or edit mode. |
SimpleQuestionnaire |
FormPropertiesFormPageConnector.getSimpleQuestionnaire(PageState pageState)
The purpose of the FormPropertiesForm is to edit properties of a SimpleQuestionnaire. |
Form |
FormPropertiesForm.buildForm(PageState pageState)
|
SimpleQuestionnaire |
PreviewFormPageConnector.getQuestionnaire(PageState pageState)
|
Form |
QuestionPropertiesForm.buildForm(PageState pageState)
|
PersistentWidget |
QuestionPropertiesForm.getPersistentWidget(PageState pageState)
|
String |
QuestionPropertiesForm.getNumberOfOptions(PageState pageState)
|
AttributeMetaData |
QuestionPropertiesForm.getParameterMetaData(PageState pageState)
|
boolean |
QuestionPropertiesForm.hasParameterType(PageState pageState)
|
BigDecimal |
FormBuildingPage.getFormID(PageState pageState)
|
String |
FormBuildingPage.getPageMode(PageState pageState)
Returns add mode per default |
Integer |
FormBuildingPage.getQuestionPosition(PageState pageState)
|
String |
FormBuildingPage.getQuestionName(PageState pageState)
|
BigDecimal |
FormBuildingPage.getWidgetID(PageState pageState)
|
String |
FormBuildingPage.getParameterName(PageState pageState)
|
String |
FormBuildingPage.getWidgetSelection(PageState pageState)
Return the class name of the currently selected Widget |
String |
FormBuildingPage.getWidgetSelectionName(PageState pageState)
|
SimpleQuestionnaire |
FormBuildingPage.getQuestionnaire(PageState pageState)
|
boolean |
FormBuildingPage.isSuccessfulSubmission(PageState pageState)
|
boolean |
DecimalSingleSelectionModel.isSelected(PageState state)
|
Object |
DecimalSingleSelectionModel.getSelectedKey(PageState state)
|
void |
DecimalSingleSelectionModel.setSelectedKey(PageState state,
Object key)
|
void |
DecimalSingleSelectionModel.clearSelection(PageState state)
|
Form |
MoveControl.buildForm(PageState state)
|
void |
MoveControl.respond(PageState state)
|
boolean |
PropertiesForm.isComplete(PageState state)
|
boolean |
PropertiesForm.isCancelled(PageState state)
|
boolean |
PropertiesEditor.isComplete(PageState state)
|
boolean |
PropertiesEditor.isCancelled(PageState state)
|
void |
MetaObjectProperties.setFormVisible(PageState state,
String widget)
|
void |
MetaObjectProperties.setFormVisible(PageState state,
BigDecimal widget)
|
void |
ControlProperties.setVisible(PageState state,
boolean visible)
|
BigDecimal |
NewSection.getSelectedSection(PageState state)
|
void |
NewSection.generateXML(PageState state,
Element parent)
|
protected PersistentComponentFactory |
ControlEditor.getFormSection(PageState state,
BigDecimal sectionID)
|
void |
ControlEditor.respond(PageState state)
|
protected boolean |
ControlEditor.addItemEditObserver(PageState state)
Allows subclasses to control when to add the edit/move/delete links |
Constructors in com.arsdigita.formbuilder.ui with parameters of type PageState | |
ComponentTraverse(PageState state,
FormData data,
Element parent)
|
Uses of PageState in com.arsdigita.formbuilder.ui.editors |
Methods in com.arsdigita.formbuilder.ui.editors with parameters of type PageState | |
protected PersistentText |
TextForm.getPersistentText(PageState state)
|
protected void |
DataDrivenSelectForm.loadComponents(Select select,
PageState state)
|
protected PersistentOptionGroup |
OptionEditor.fetchOptionGroup(PageState pageState)
|
protected PersistentWidget |
WidgetForm.getWidget(PageState state)
|
void |
WidgetForm.generateXML(PageState ps,
Element parent)
|
protected String |
WidgetForm.getName(PageState pageState,
FormData formData)
|
void |
OptionGroupForm.generateXML(PageState state,
Element parent)
|
void |
OptionGroupEditor.generateXML(PageState state,
Element parent)
|
boolean |
OptionGroupEditor.isComplete(PageState state)
|
boolean |
OptionGroupEditor.isCancelled(PageState state)
|
Uses of PageState in com.arsdigita.formbuilder.ui.jsp |
Methods in com.arsdigita.formbuilder.ui.jsp with parameters of type PageState | |
Form |
JspForm.buildForm(PageState state)
|
Uses of PageState in com.arsdigita.formbuilder.util |
Methods in com.arsdigita.formbuilder.util with parameters of type PageState | |
static void |
FormBuilderUtil.redirect(PageState pageState,
TemplatePage page)
|
static void |
FormBuilderUtil.redirect(PageState pageState,
TemplatePage page,
String urlParameterString)
|
static void |
FormBuilderUtil.redirect(PageState pageState,
String url)
|
Constructors in com.arsdigita.formbuilder.util with parameters of type PageState | |
Placeholders(PageState state)
|
|
Placeholders(PageState state,
FormData data)
|
Uses of PageState in com.arsdigita.kernel.ui |
Methods in com.arsdigita.kernel.ui with parameters of type PageState | |
void |
PartySearchSelect.setBaseQuery(PageState ps,
PartyCollection parties)
Specifies the set of parties from which the user will search and select. |
PartyCollection |
PartySearchSelect.getSearchQuery(PageState ps)
Returns the collection of parties mathing the user's search criteria. |
Party |
PartySearchSelect.getSelectedParty(PageState ps)
Returns which party was selected by the user. |
void |
PartySearchSelect.Search.setBaseQuery(PageState ps,
PartyCollection parties)
Specifies the set of parties within which the user will search. |
PartyCollection |
PartySearchSelect.Search.getSearchQuery(PageState ps)
Returns the collection of parties mathing the user's search criteria. |
String |
BasicResourceConfigFormSection.getTitle(PageState ps)
|
String |
BasicResourceConfigFormSection.getDescription(PageState ps)
|
Resource |
BasicResourceConfigFormSection.createResource(PageState ps)
|
Resource |
BasicResourceConfigFormSection.getParent(PageState ps)
|
String |
BasicResourceConfigFormSection.getUrlName(PageState ps)
|
void |
BasicResourceConfigFormSection.modifyResource(PageState ps)
|
void |
ACSObjectSelectionModel.setSelectedKey(PageState state,
Object key)
Set the ID of the current object. |
DomainObject |
ACSObjectSelectionModel.getSelectedObject(PageState state)
Return the object which was selected and loaded from the database, using the values supplied in the page state. |
protected ACSObject |
ACSObjectSelectionModel.loadACSObject(PageState state,
Object key)
Load the selected object for the first time. |
void |
ACSObjectSelectionModel.setSelectedObject(PageState state,
DomainObject object)
Select the specified object. |
boolean |
ACSObjectSelectionModel.isInitialized(PageState state)
Determine if the attempt to load the selected object has been made yet. |
boolean |
ACSObjectSelectionModel.isSelected(PageState state)
Return true if there is a selected object. |
Object |
ACSObjectSelectionModel.getSelectedKey(PageState state)
Return the key that identifies the selected object. |
void |
ACSObjectSelectionModel.clearSelection(PageState state)
Clear the selection. |
Iterator |
DataQueryTreeModel.getChildren(TreeNode node,
PageState data)
Obtains all the children of the node as an iterator, returning CategoryTreeNodeLites. |
boolean |
DataQueryTreeModel.hasChildren(TreeNode node,
PageState state)
Indicates whether the specified tree node has children. |
TreeNode |
DataQueryTreeModel.getRoot(PageState state)
|
DomainObject |
DomainObjectSelectionModel.getSelectedObject(PageState state)
Return the item which was selected and loaded from the database, using the values supplied in PageState. |
void |
DomainObjectSelectionModel.setSelectedObject(PageState state,
DomainObject object)
Select the given domain object. |
Resource |
ResourceConfigComponent.createResource(PageState ps)
This method is only called on ResourceConfigFormSections that have been retrieved through the getCreateFormSection method on ResourceTypeConfig. |
void |
ResourceConfigComponent.modifyResource(PageState ps)
This method is only called on ResourceConfigFormSections that have been retrieved through the getModifyFormSection method on ResourceTypeConfig. |
Resource |
ResourceConfigFormSection.createResource(PageState ps)
This method is only called on ResourceConfigFormSections that have been retrieved through the getCreateFormSection method on ResourceTypeConfig. |
void |
ResourceConfigFormSection.modifyResource(PageState ps)
This method is only called on ResourceConfigFormSections that have been retrieved through the getModifyFormSection method on ResourceTypeConfig. |
Uses of PageState in com.arsdigita.portal |
Constructors in com.arsdigita.portal with parameters of type PageState | |
DefaultPortalModel(PageState pageState,
BigDecimalParameter portalIDParam)
Create a new DefaultPortalModel based on the Portal
retrievable using portalIDParam. |
Uses of PageState in com.arsdigita.search.ui |
Methods in com.arsdigita.search.ui with parameters of type PageState | |
void |
ResultsPane.generateXML(PageState state,
Element parent)
|
protected Element |
ResultsPane.generatePaginatorXML(PageState state,
String pageParam,
int pageNumber,
int pageCount,
int pageSize,
long begin,
long end,
long objectCount)
|
protected Element |
ResultsPane.generateDocumentsXML(PageState state,
Iterator results)
|
protected Element |
ResultsPane.generateDocumentXML(PageState state,
Document doc)
|
Object |
FilterWidget.getValue(PageState state)
Gets the current value of the state parameter |
protected void |
FilterWidget.generateErrorXML(PageState state,
Element parent)
|
protected void |
FilterWidget.generateBodyXML(PageState state,
Element parent)
The impl of this methods adds information about any validation errors to the output. |
FilterSpecification |
FilterGenerator.getFilter(PageState state)
Returns the current filter specification |
void |
FilterComponent.generateXML(PageState state,
Element parent)
|
protected abstract void |
FilterComponent.generateBodyXML(PageState state,
Element parent)
THis method must generate the body of the component, typically a list of possible values for the filter |
boolean |
QueryGenerator.hasQuery(PageState state)
Determines whether a query spec currrently exists |
QuerySpecification |
QueryGenerator.getQuerySpecification(PageState state)
Retrieves the current query spec. |
boolean |
QueryComponent.hasQuery(PageState state)
Determine if a query specification is available |
QuerySpecification |
QueryComponent.getQuerySpecification(PageState state)
Returns the current query specification |
protected abstract String |
QueryComponent.getTerms(PageState state)
Returns the current query terms |
protected abstract FilterSpecification[] |
QueryComponent.getFilters(PageState state)
Returns the current filter specifications |
protected String |
BaseQueryComponent.getTerms(PageState state)
Gets the current search terms |
protected FilterSpecification[] |
BaseQueryComponent.getFilters(PageState state)
|
void |
BaseQueryComponent.generateXML(PageState state,
Element parent)
|
protected void |
BaseQueryComponent.generateErrorXML(PageState state,
Element parent)
|
Uses of PageState in com.arsdigita.search.ui.filters |
Methods in com.arsdigita.search.ui.filters with parameters of type PageState | |
Category[] |
SimpleCategoryFilterWidget.getCategories(PageState state)
|
FilterSpecification |
PermissionFilterComponent.getFilter(PageState state)
|
FilterSpecification |
PartyFilterWidget.getFilter(PageState state)
|
void |
PartyFilterWidget.generateBodyXML(PageState state,
Element parent)
|
FilterSpecification |
ObjectTypeFilterWidget.getFilter(PageState state)
|
void |
ObjectTypeFilterWidget.generateBodyXML(PageState state,
Element parent)
|
FilterSpecification |
ObjectTypeFilterComponent.getFilter(PageState state)
|
FilterSpecification |
DateRangeFilterWidget.getFilter(PageState state)
|
void |
DateRangeFilterWidget.generateBodyXML(PageState state,
Element parent)
|
FilterSpecification |
CategoryFilterWidget.getFilter(PageState state)
|
abstract Category[] |
CategoryFilterWidget.getCategories(PageState state)
Returns a list of categories to display for selection |
void |
CategoryFilterWidget.generateBodyXML(PageState state,
Element parent)
|
Uses of PageState in com.arsdigita.toolbox.ui |
Methods in com.arsdigita.toolbox.ui with parameters of type PageState | |
DataQuery |
StaticDataQueryBuilder.makeDataQuery(DataTable t,
PageState s)
Perform all neccessary database operations and return a DataQuery for the DataTable to use |
void |
SelectionPanel.reset(PageState state)
|
boolean |
SecurityContainer.isVisible(PageState state)
Is the component visible? |
protected abstract boolean |
SecurityContainer.canAccess(Party party,
PageState state)
Returns true if the current user can access the child component. |
void |
SecurityContainer.generateXML(PageState state,
Element parent)
Generates the XML for the child component if this component is visible. |
DataQuery |
QueryRowsBuilder.makeRowSequence(PageState state)
Build a row sequence as a DataCollection. |
boolean |
ProxyComponent.isVisible(PageState state)
|
void |
ProxyComponent.generateXML(PageState state,
Element parent)
|
protected List |
PropertyList.properties(PageState state)
|
void |
PropertyList.generateXML(PageState state,
Element parent)
|
void |
PropertyList.Property.generateXML(PageState state,
Element parent)
|
void |
PrivilegedComponentSelector.generateXML(PageState ps,
Element parent)
|
void |
NullComponent.generateXML(PageState state,
Element parent)
|
void |
NullComponent.respond(PageState state)
|
boolean |
NullComponent.isVisible(PageState state)
|
void |
NullComponent.setVisible(PageState state,
boolean visible)
|
void |
ModalPanel.generateXML(PageState state,
Element parent)
|
void |
ModalPanel.reset(PageState state)
|
void |
ModalPanel.clear(PageState state)
|
void |
ModalPanel.push(PageState state,
Component pushed)
|
void |
ModalPanel.pop(PageState state)
|
Component |
ModalPanel.top(PageState state)
|
void |
LayoutPanel.generateXML(PageState state,
Element parent)
|
void |
Section.generateXML(PageState state,
Element parent)
|
ItemDetailModel |
ItemDetailModelBuilder.buildModel(PageState pageState)
|
void |
ItemDetail.generateXML(PageState pageState,
Element parent)
|
abstract boolean |
DomainTable.next(PageState ps)
|
String |
DomainObjectPropertySheet.AttributeFormatter.format(DomainObject obj,
String attribute,
PageState state)
Retrieve the string value for the specified attribute of the object. |
abstract void |
DomainColumn.order(PageState ps)
|
abstract Object |
DomainColumn.get(PageState ps)
|
void |
ItemDetailAction.generateXML(PageState pageState,
Element parent)
|
void |
ItemDetailProperty.generateXML(PageState pageState,
Element parent)
|
void |
ItemDetailProperty.generateNameXML(PageState pageState,
Element parent)
This generates the XML for the Name property. |
void |
ItemDetailProperty.generateValueXML(PageState pageState,
Element parent)
This generate the XML for the Value property. |
String |
ItemDetailModel.getTitle(PageState pageState)
|
Iterator |
ItemDetailModel.getProperties(PageState pageState)
|
Iterator |
ItemDetailModel.getActions(PageState pageState)
|
String |
DefaultItemDetailModel.getTitle(PageState pageState)
|
Iterator |
DefaultItemDetailModel.getProperties(PageState pageState)
|
Iterator |
DefaultItemDetailModel.getActions(PageState pageState)
|
Component |
DateTimeTableCellRenderer.getComponent(Table table,
PageState state,
Object value,
boolean isSelected,
Object key,
int row,
int column)
|
Component |
DateTableCellRenderer.getComponent(Table table,
PageState state,
Object value,
boolean isSelected,
Object key,
int row,
int column)
|
protected abstract DataQuery |
DataQueryListModelBuilder.getDataQuery(PageState ps)
Returns the data query for the current request. |
ListModel |
DataQueryListModelBuilder.makeModel(List l,
PageState ps)
|
String |
DimensionBar.getSelectedKey(PageState ps)
|
void |
DimensionBar.setSelectedKey(PageState ps,
String key)
|
protected List |
ContextBar.entries(PageState state)
|
void |
ContextBar.generateXML(PageState state,
Element parent)
|
void |
ContextBar.Entry.generateXML(PageState state,
Element parent)
|
void |
ComponentMap.reset(PageState state)
|
abstract void |
ComponentMap.generateXML(PageState state,
Element parent)
|
boolean |
ComponentAccess.canAccess(PageState state,
Security security)
Do all the access checks registered to the component pass? |
boolean |
Cancellable.isCancelled(PageState state)
|
void |
ComponentSet.reset(PageState state)
|
void |
ComponentSet.generateXML(PageState state,
Element parent)
|
void |
ActionGroup.generateXML(PageState state,
Element parent)
|
protected void |
DataTable.fireQueryPending(PageState state,
DataQuery query)
Fire the query event listeners to indicate that a query is about to be performed |
void |
DataTable.setOrder(PageState s,
String attr)
Set the column by which the table will be ordered |
String |
DataTable.getOrder(PageState s)
|
String |
DataTable.getOrderDirection(PageState s)
|
void |
DataTable.setOrderDirection(PageState s,
String dir)
Set the sort direction |
String |
DataTable.toggleOrderDirection(PageState s)
Toggle the sort direction between ascending and descending |
DataQuery |
DataTable.getDataQuery(PageState s)
Return the DataQuery that will be used during the current
request |
int |
DataTable.getTotalSize(Paginator paginator,
PageState s)
Paginate the query according to the paginator component. |
void |
DataTable.generateExtraXMLAttributes(PageState s,
Element element)
|
protected DataQuery |
DataTable.DataBuilderAdapter.createQuery(DataTable t,
PageState s)
Obtain a DataQuery and apply query events to it. |
TableModel |
DataTable.DataBuilderAdapter.makeModel(Table table,
PageState s)
Construct a DataQueryTableModel by wrapping the query. |
Component |
DataTable.GlobalizedHeaderCellRenderer.getComponent(Table table,
PageState state,
Object value,
boolean isSelected,
Object key,
int row,
int column)
|
DataQuery |
DataQueryBuilder.makeDataQuery(DataTable t,
PageState s)
Perform all neccessary database operations and return a DataQuery for the DataTable to use |
abstract DataQuery |
AbstractDataQueryBuilder.makeDataQuery(DataTable t,
PageState s)
Perform all neccessary database operations and return a DataQuery for the DataTable to use |
String |
AbstractCollectionTable.getOrderDirection(PageState s)
|
void |
AbstractCollectionTable.setOrderDirection(PageState s,
String dir)
Set the sort direction |
String |
AbstractCollectionTable.toggleOrderDirection(PageState s)
Toggle the sort direction between ascending and descending |
BigDecimal |
AbstractCollectionTable.getSelectedTask(PageState ps)
|
protected void |
AbstractCollectionTable.tableCellSelected(PageState ps,
Object key,
int index)
|
protected void |
AbstractCollectionTable.tableHeadSelected(PageState ps,
int index)
|
int |
AbstractCollectionTable.getTotalSize(Paginator paginator,
PageState s)
Paginate the query according to the paginator component. |
DomainCollection |
AbstractCollectionTable.getDomainCollection(PageState state)
This returns the collection that is displayed by this table. |
protected abstract TableModel |
AbstractCollectionTable.makeTableModel(PageState ps)
This method should return the table model to use. |
void |
AbstractCollectionTable.generateExtraXMLAttributes(PageState state,
Element element)
|
Constructors in com.arsdigita.toolbox.ui with parameters of type PageState | |
QueryEvent(Component source,
PageState s,
DataQuery q)
|
Uses of PageState in com.arsdigita.ui |
Methods in com.arsdigita.ui with parameters of type PageState | |
void |
UserBanner.generateXML(PageState state,
Element parent)
|
void |
SiteBanner.generateXML(PageState state,
Element parent)
|
void |
DebugPanel.generateXML(PageState state,
Element parent)
|
Uses of PageState in com.arsdigita.ui.admin |
Methods in com.arsdigita.ui.admin with parameters of type PageState | |
TreeNode |
GroupTreeModel.getRoot(PageState data)
Obtain the root folder of the tree |
boolean |
GroupTreeModel.hasChildren(TreeNode n,
PageState ps)
Check whether a given node has children |
Iterator |
GroupTreeModel.getChildren(TreeNode n,
PageState ps)
Get direct children in this node. |
Uses of PageState in com.arsdigita.ui.login |
Methods in com.arsdigita.ui.login with parameters of type PageState | |
Object |
UserSingleSelectionModel.getSelectedKey(PageState state)
|
void |
UserSingleSelectionModel.setSelectedKey(PageState state,
Object key)
|
protected boolean |
UserRegistrationForm.getPersistentLoginValue(PageState state,
boolean defaultValue)
Determines whether a persistent cookie is requested in the given form. |
protected void |
UserRegistrationForm.redirectToNewUserPage(PageState state)
|
protected User |
UserNewForm.getUser(PageState state)
|
protected boolean |
UserNewForm.getPersistentLoginValue(PageState state,
boolean defaultValue)
|
protected boolean |
UserInfo.isLoggedIn(PageState state)
|
protected User |
UserInfo.getUser(PageState state)
|
protected abstract User |
UserForm.getUser(PageState state)
Gets the current user for initializing the form. |
protected User |
UserEditForm.getUser(PageState state)
|
static void |
LoginHelper.doReturn(PageState state,
String def)
Redirect the client to the URL stored in the return_url request parameter, or, if that parameter is not set, redirect to the given default URL. |
static void |
LoginHelper.sendRedirect(PageState state,
String url)
Redirect the client to the given URL unless the response has already been committed. |
User |
UserAuthenticationListener.getUser(PageState state)
If the user is logged in, returns the User object. |
boolean |
UserAuthenticationListener.isLoggedIn(PageState state)
Determines whether the user is logged in. |
Uses of PageState in com.arsdigita.ui.permissions |
Methods in com.arsdigita.ui.permissions with parameters of type PageState | |
void |
PermissionsPane.reset(PageState ps)
Implementation of interface bebop.Resettable. |
Party |
PermissionsPane.getRequestingUser(PageState s)
Utility method to get the authenicated user or group |
ACSObject |
PermissionsPane.getObject(PageState s)
Utility method to get the ACSObject from the page state |
void |
PermissionsPane.showNoResults(PageState s)
Shows panel with no results to user search. |
void |
PermissionsPane.showGrant(PageState s)
Show the Grant privileges panel |
void |
PermissionsPane.showAdmin(PageState s)
Shows the administration page of permissions to one object. |
Uses of PageState in com.arsdigita.ui.sitemap |
Fields in com.arsdigita.ui.sitemap declared as PageState | |
PageState |
DisplayActions.NodeState.ps
|
Methods in com.arsdigita.ui.sitemap that return PageState | |
PageState |
DisplayActions.NodeState.getPageState()
|
Methods in com.arsdigita.ui.sitemap with parameters of type PageState | |
DisplayActions.NodeState |
DisplayActions.computeDefaultState(PageState p)
The computeDefaultState method. |
void |
DisplayActions.NodeState.setPageState(PageState s)
|
Constructors in com.arsdigita.ui.sitemap with parameters of type PageState | |
DisplayActions.NodeState(PageState s,
boolean children,
boolean instance)
|
Uses of PageState in com.arsdigita.util.ui |
Methods in com.arsdigita.util.ui with parameters of type PageState | |
void |
RequestLocalSelectionModel.setSelectedKey(PageState state,
Object value)
Deprecated. |
Object |
RequestLocalSelectionModel.getSelectedKey(PageState state)
Deprecated. |
void |
RequestLocalSelectionModel.setSelectedObject(PageState state,
DomainObject value)
Deprecated. |
DomainObject |
RequestLocalSelectionModel.getSelectedObject(PageState state)
Deprecated. |
Uses of PageState in com.arsdigita.web.ui |
Methods in com.arsdigita.web.ui with parameters of type PageState | |
protected void |
ApplicationConfigFormSection.initWidgets(PageState state,
Application application)
Initialize the form fields |
protected void |
ApplicationConfigFormSection.validateWidgets(PageState state,
Application application)
Validates the form fields |
Resource |
ApplicationConfigFormSection.createResource(PageState state)
|
void |
ApplicationConfigFormSection.modifyResource(PageState state)
|
protected void |
ApplicationConfigFormSection.processWidgets(PageState state,
Application application)
Processes the form submission |
Uses of PageState in com.arsdigita.webdevsupport.config |
Methods in com.arsdigita.webdevsupport.config with parameters of type PageState | |
void |
ConfigList.generateXML(PageState state,
Element parent)
|
Uses of PageState in com.arsdigita.webdevsupport.log4j |
Methods in com.arsdigita.webdevsupport.log4j with parameters of type PageState | |
void |
CategoryForm.setLogger(PageState state,
String cat)
|
String |
CategoryForm.getLogger(PageState state)
|
void |
CategoryForm.setLevel(PageState state,
String level)
|
String |
CategoryForm.getLevel(PageState state)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |