Modifier and Type | Class and Description |
---|---|
class |
MapComponent
Listen to action over this component
|
class |
RouteComponent
Controller for the Route component.
|
Modifier and Type | Class and Description |
---|---|
class |
GpsDataCollectorComponent |
Modifier and Type | Class and Description |
---|---|
class |
MapDispatcherComponent |
Modifier and Type | Method and Description |
---|---|
void |
OslcCommonBean.setValueFromComponent(BoundComponentInstance changedComponent,
WebClientEvent event,
java.lang.String newValue)
Will be called when value is set to the field.
|
void |
InteractionGroupAppBean.setValueFromComponent(BoundComponentInstance changedComponent,
WebClientEvent event,
java.lang.String newValue)
Will be called when value is set to the field.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleChartComponent
The base chart component
|
Modifier and Type | Class and Description |
---|---|
class |
MisbehavingComponent |
Modifier and Type | Method and Description |
---|---|
void |
ViewWOPMsBeanLoc.setValueFromComponent(BoundComponentInstance changedComponent,
WebClientEvent event,
java.lang.String newValue) |
Modifier and Type | Method and Description |
---|---|
void |
DocLinksControlBean.setValueFromComponent(BoundComponentInstance changedComponent,
WebClientEvent event,
java.lang.String newValue) |
Modifier and Type | Class and Description |
---|---|
class |
CalendarTextBox
Provides custom functionality to the textboxes used in the Calendar control, which are not bound
to a data attribute
|
class |
Checkbox |
class |
ComboboxText
Display a value same as what the user has selected from the dropdown box.
|
class |
DefaultValue
Component defaultvalue properties are all defined in the component registry,
but they are not transferred - so always go to the control to get them
property-list designonly - true by default datasrc dataattribute value fromdatasrc fromattribute defaulttype |
class |
DialogLabel
Used to set the renderid of dialog labels so we can use them for tabindex wrapping to keep user on a dialog
|
class |
GLNavigator |
class |
Image |
class |
Label |
class |
LongDescriptionTitle |
class |
QuickSearchTextBox
Overwrites the click event because push buttons always send the mxevent to
the dialog, while the registry and the presentations do not specify target to
the mxevent of the pushbutton component
|
class |
RecordImage |
class |
RequiredIndicator |
class |
RichTextEditor |
class |
RichTextViewer
The RichTextViewer object provides the implementation to back the rich text viewer component.
|
class |
SortImage |
class |
TableToggleDetails
Designed to allow the table detail image to toggle based on a check method
Extended to add some additional logic for state toggling
|
class |
TableToggleImage |
class |
TextArea |
class |
Textbox |
class |
ToggleImage
Designed to allow an image to toggle based on a check method.
|
class |
ToolbarComboboxText |
class |
WhereClauseTextArea
Component instance and event handler for text area on the whereclause control
|
Modifier and Type | Method and Description |
---|---|
void |
Table.childHasError(BoundComponentInstance childWithError,
SetValueError newError) |
Modifier and Type | Method and Description |
---|---|
void |
DataBean.bindComponent(BoundComponentInstance boundComponent) |
void |
DataBean.setDate(BoundComponentInstance boundComponent,
java.util.Date value) |
void |
DataBean.setValueFromComponent(BoundComponentInstance changedComponent,
WebClientEvent event,
java.lang.String newValue) |
void |
DataBean.unbindComponent(BoundComponentInstance boundComponent) |
Modifier and Type | Class and Description |
---|---|
class |
UnboundComponentInstance
Creates a general component class for components that may not be unbound.
|
Modifier and Type | Method and Description |
---|---|
BoundComponentInstance |
ControlInstance.getBoundComponent()
Retuens the BoundComponentInstance the control uses to do a field level data restriction check.
|
BoundComponentInstance |
BoundAttribute.getBoundComponent()
returns the component the attribute is bound to.
|
BoundComponentInstance |
SetValueError.getInitialComponent()
This method returns the BoundComponentInstance that basically created the error.
|
BoundComponentInstance |
ControlInstance.getTakesValueComponent(java.lang.String attribute)
Returns the BoundComponentInstance that is bound to the passed in attribute and has
has the takesvalue property set to true.
|
Modifier and Type | Method and Description |
---|---|
void |
ControlInstance.childHasError(BoundComponentInstance childWIthError,
SetValueError newError) |
void |
ControlInstance.setBoundComponent(BoundComponentInstance boundComponent)
If set the boundComponent is checked to see if there is field level data restriction on the
attribute the component is bound to.
|
void |
BoundAttribute.setBoundComponent(BoundComponentInstance boundComponent) |
void |
SetValueError.setInitialComponent(BoundComponentInstance component)
This method sets the component that initially is associated this the error.
|
Constructor and Description |
---|
SetValueError(ERMAttributeError attributeError,
BoundComponentInstance component) |