|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WriteAttributesEvent
Write attributes event information.
EntityEventHandler.writeAttributes(com.wrq.vhi.script.api.WriteAttributesEvent)
Method Summary | |
---|---|
void |
defaultWriteAttributes()
Writes the attributes to the screen using the default algorithm. |
void |
defaultWriteAttributes(java.util.Map values)
Writes the attributes to the screen using the default algorithm. |
java.util.Map |
getAttributeWriteValues()
Gets the set of attributes and associated values to be written. |
void |
writeAttribute(java.lang.String name,
java.lang.String value)
Writes the specified value to the specified attribute. |
Methods inherited from interface com.wrq.vhi.script.api.EntityEvent |
---|
getEntityName, getTabStops |
Methods inherited from interface com.wrq.vhi.script.api.HostSessionEvent |
---|
getHostSession |
Methods inherited from interface com.wrq.vhi.script.api.ModelEvent |
---|
getClientSession, getCurrentOperation, getCurrentProcedure, getModelContext |
Methods inherited from interface com.wrq.vhi.script.api.Event |
---|
checkForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironment |
Method Detail |
---|
java.util.Map getAttributeWriteValues()
void writeAttribute(java.lang.String name, java.lang.String value) throws ApptrieveException
AttributeEventHandler.writeAttribute(com.wrq.vhi.script.api.WriteAttributeEvent)
, if any.
name
- the attribute namevalue
- the value to write
ApptrieveException
void defaultWriteAttributes() throws ApptrieveException
defaultWriteAttributes(java.util.Map)
for a description
of the default algorithm.
ApptrieveException
void defaultWriteAttributes(java.util.Map values) throws ApptrieveException
values
- map of attribute names to attribute values
ApptrieveException
- if the write fails
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |