| Package | rdfbrowser.components |
| Class | public class FacetPanel |
| Inheritance | FacetPanel mx.containers.Panel |
| Property | Defined By | ||
|---|---|---|---|
| count : Boolean = false
TRUE: numerical values; FALSE: textual values. | FacetPanel | ||
| facet : String
Property attached to the facet. | FacetPanel | ||
| facetInputGT : TextInput = null
Maximum value limit in case of numeric values. | FacetPanel | ||
| facetInputLT : TextInput = null
Minimum value limit in case of numeric values. | FacetPanel | ||
| isParameter : Boolean = false
TRUE: the property is visualization paramater. | FacetPanel | ||
| list : List = null
List of items in case of literal values. | FacetPanel | ||
| Method | Defined By | ||
|---|---|---|---|
FacetPanel(facet:String, count:Boolean, isParameter:Boolean)
FacetPanel class constructor. | FacetPanel | ||
displayData(event:Event):void
This function (event handler) requests to the parent application
a visualization update. | FacetPanel | ||
removeFacet(event:Event):void
This function (event handler) removes the facet panel from the
current view. | FacetPanel | ||
| Method | Defined By | ||
|---|---|---|---|
createChildren():void [override] | FacetPanel | ||
| count | property |
public var count:Boolean = falseTRUE: numerical values; FALSE: textual values.
The default value is false.
| facet | property |
public var facet:StringProperty attached to the facet.
| facetInputGT | property |
public var facetInputGT:TextInput = nullMaximum value limit in case of numeric values.
The default value is null.
| facetInputLT | property |
public var facetInputLT:TextInput = nullMinimum value limit in case of numeric values.
The default value is null.
| isParameter | property |
public var isParameter:Boolean = falseTRUE: the property is visualization paramater.
The default value is false.
| list | property |
public var list:List = nullList of items in case of literal values.
The default value is null.
| FacetPanel | () | Constructor |
public function FacetPanel(facet:String, count:Boolean, isParameter:Boolean)FacetPanel class constructor.
Parametersfacet:String — Property attached to the facet.
| |
count:Boolean — TRUE: numerical values; FALSE: textual values.
| |
isParameter:Boolean — TRUE: the property is visualization paramater.
|
| createChildren | () | method |
override protected function createChildren():void| displayData | () | method |
public function displayData(event:Event):voidThis function (event handler) requests to the parent application a visualization update.
Parameters
event:Event — Event.
|
| removeFacet | () | method |
public function removeFacet(event:Event):voidThis function (event handler) removes the facet panel from the current view.
Parameters
event:Event — Event.
|