|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.activedata.ActiveDataEncoder
oracle.adf.view.rich.activedata.SimpleActiveDataEncoder
public class SimpleActiveDataEncoder
Implementation of ActiveDataEncoder that causes the component to completely redraw itself if either a non-update ActiveDataEntry is delivered to encode, or an update ActiveDataEntry is delivered for one of the attributes that the SimpleActiveDataEncoder supports.
| Constructor Summary | |
|---|---|
SimpleActiveDataEncoder(Set<String> supportedAttributesNames)Create a SimpleActiveDataEncoder |
|
| Method Summary | |
|---|---|
boolean |
encode(ClientEncoder clientEncoder, Writer writer, ActiveDataUpdateEvent event)Encode active data contents for the given ActiveDataEvent. |
| Methods inherited from class oracle.adf.view.rich.activedata.ActiveDataEncoder |
|---|
encode, encode, encode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleActiveDataEncoder(Set<String> supportedAttributesNames)
supportedAttributesNames - Set of supported attributes names. The associated component will only redraw in response to an ActiveDataEntry.ChangeType.UPDATE that includes one of the supported names.| Method Detail |
|---|
public boolean encode(ClientEncoder clientEncoder,
Writer writer,
ActiveDataUpdateEvent event)
throws IOException
encode in class ActiveDataEncoderevent - the active data upate eventwriter - the output writer used by the encoder to write encoded contentsIOExceptionActiveDataUpdateEvent
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.