ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.ep.ux.content.model.search 

ISearchUIControl  - AS3 ADEP Content

Packagecom.adobe.ep.ux.content.model.search
Interfacepublic interface ISearchUIControl
Implementors BaseSearchRenderer

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This interface should be implemented by components that want to provide a custom Search Control (Search Renderer)



Public Properties
 PropertyDefined By
  data : Object
data parameter for the data field
ISearchUIControl
  fieldName : String
[read-only] fieldName parameter for the data field
ISearchUIControl
  label : String
[read-only] Label Property for Search Control
ISearchUIControl
  propertyDescriptor : AssetPropertyDescriptor
Asset Property decriptor for search control
ISearchUIControl
  readOnly : Boolean
readOnly parameter for search control
ISearchUIControl
Events
 Event Summary Defined By
  searchFilterChange event is dispatched when user changes some search criteria for the search control.ISearchUIControl
Property Detail

data

property
data:Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

data parameter for the data field



Implementation
    public function get data():Object
    public function set data(value:Object):void

fieldName

property 
fieldName:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

fieldName parameter for the data field



Implementation
    public function get fieldName():String

label

property 
label:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Label Property for Search Control



Implementation
    public function get label():String

propertyDescriptor

property 
propertyDescriptor:AssetPropertyDescriptor

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Asset Property decriptor for search control



Implementation
    public function get propertyDescriptor():AssetPropertyDescriptor
    public function set propertyDescriptor(value:AssetPropertyDescriptor):void

readOnly

property 
readOnly:Boolean

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

readOnly parameter for search control



Implementation
    public function get readOnly():Boolean
    public function set readOnly(value:Boolean):void
Event Detail

searchFilterChange

Event
Event Object Type: com.adobe.livecycle.assetmanager.client.event.SearchEvent

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

searchFilterChange event is dispatched when user changes some search criteria for the search control.