Pakket | com.adobe.ep.ux.content.model.search |
Interface | public interface ISearchUIControl |
Geïmplementeerd door | BaseSearchRenderer |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
data : Object
data parameter for the data field
| ISearchUIControl | ||
fieldName : String [alleen-lezen]
fieldName parameter for the data field
| ISearchUIControl | ||
label : String [alleen-lezen]
Label Property for Search Control
| ISearchUIControl | ||
propertyDescriptor : AssetPropertyDescriptor
Asset Property decriptor for search control
| ISearchUIControl | ||
readOnly : Boolean
readOnly parameter for search control
| ISearchUIControl |
Gebeurtenissen
Gebeurtenis | Overzicht | Gedefinieerd door | ||
---|---|---|---|---|
searchFilterChange event is dispatched when user changes some search criteria for the search control. | ISearchUIControl |
Eigenschapdetails
data | eigenschap |
fieldName | eigenschap |
label | eigenschap |
propertyDescriptor | eigenschap |
propertyDescriptor:AssetPropertyDescriptor
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Asset Property decriptor for search control
Implementatie
public function get propertyDescriptor():AssetPropertyDescriptor
public function set propertyDescriptor(value:AssetPropertyDescriptor):void
readOnly | eigenschap |
readOnly:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
readOnly parameter for search control
Implementatie
public function get readOnly():Boolean
public function set readOnly(value:Boolean):void
Gebeurtenisdetails
searchFilterChange | Gebeurtenis |
Type gebeurtenisobject:
com.adobe.livecycle.assetmanager.client.event.SearchEvent
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
searchFilterChange event is dispatched when user changes some search criteria for the search control.
Wed Jun 13 2018, 11:42 AM Z