|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.data.jbo.servlet.event.BaseEventHandler | +--oracle.cabo.data.jbo.servlet.event.ChainingEventHandler | +--oracle.cabo.data.jbo.servlet.event.FindAttributeEventHandler | +--oracle.cabo.data.jbo.servlet.event.SetAttributeEventHandler
The SetAttributeEventHandler updates an attribute value using the specified parameter value.
Constructor Summary | |
SetAttributeEventHandler()
Creates a new SetAttributeEventHandler. |
Method Summary | |
boolean |
getAutomatic()
Returns true if in automatic mode, false otherwise. |
protected boolean |
getAutomatic(BindingContext context)
|
java.lang.String |
getParamName()
Gets the parameter name. |
ServerValidater |
getValidater()
Gets the validater to use while applying this parameter. |
protected EventResult |
handleEventImpl(BajaContext context,
Page page,
PageEvent event)
|
protected void |
posthandleImpl(BajaContext context,
Page page,
PageEvent event)
|
protected void |
prehandleImpl(BajaContext context,
Page page,
PageEvent event,
java.lang.String name)
|
void |
setAutomatic(boolean automatic)
Sets automatic mode. |
void |
setAutomaticBinding(Binding automatic)
Sets automatic mode. |
void |
setHandlers(EventHandler[] handlers)
Sets the array of event handlers to chain. |
void |
setParamName(java.lang.String paramName)
Sets the parameter name. |
void |
setValidater(ServerValidater validater)
Sets the validater to use while applying this parameter. |
Methods inherited from class oracle.cabo.data.jbo.servlet.event.FindAttributeEventHandler |
getName, getName, posthandle, posthandleNested, prehandle, prehandleNested, setName, setNameBinding |
Methods inherited from class oracle.cabo.data.jbo.servlet.event.ChainingEventHandler |
getHandlers |
Methods inherited from class oracle.cabo.data.jbo.servlet.event.BaseEventHandler |
addValidationAttribute, checkRootHandler, consume, getMessageData, getTableDataProvider, getValidationData, handleEvent, hasValidationErrors, isConsumed, isRootHandler, processValidationError |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SetAttributeEventHandler()
Method Detail |
public boolean getAutomatic()
public void setAutomatic(boolean automatic)
public void setAutomaticBinding(Binding automatic)
public java.lang.String getParamName()
public void setParamName(java.lang.String paramName)
public ServerValidater getValidater()
public void setValidater(ServerValidater validater)
public void setHandlers(EventHandler[] handlers)
ChainingEventHandler
setHandlers
in class ChainingEventHandler
protected EventResult handleEventImpl(BajaContext context, Page page, PageEvent event) throws java.lang.Throwable
handleEventImpl
in class ChainingEventHandler
protected void prehandleImpl(BajaContext context, Page page, PageEvent event, java.lang.String name) throws java.lang.Throwable
prehandleImpl
in class FindAttributeEventHandler
protected void posthandleImpl(BajaContext context, Page page, PageEvent event) throws java.lang.Throwable
posthandleImpl
in class FindAttributeEventHandler
protected boolean getAutomatic(BindingContext context)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |