Packagerdfbrowser.components
Classpublic class FacetPanel
InheritanceFacetPanel Inheritance mx.containers.Panel

This class creates a facet which is used to filter the information. Facet panels are attached to a property and they might be numerical (number of tags with the selected property or visualization parameters) or textual values.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Protected Methods
 MethodDefined By
  
[override]
FacetPanel
Property Detail
countproperty
public var count:Boolean = false

TRUE: numerical values; FALSE: textual values.

The default value is false.

facetproperty 
public var facet:String

Property attached to the facet.

facetInputGTproperty 
public var facetInputGT:TextInput = null

Maximum value limit in case of numeric values.

The default value is null.

facetInputLTproperty 
public var facetInputLT:TextInput = null

Minimum value limit in case of numeric values.

The default value is null.

isParameterproperty 
public var isParameter:Boolean = false

TRUE: the property is visualization paramater.

The default value is false.

listproperty 
public var list:List = null

List of items in case of literal values.

The default value is null.

Constructor Detail
FacetPanel()Constructor
public function FacetPanel(facet:String, count:Boolean, isParameter:Boolean)

FacetPanel class constructor.

Parameters
facet:String — Property attached to the facet.
 
count:Boolean — TRUE: numerical values; FALSE: textual values.
 
isParameter:Boolean — TRUE: the property is visualization paramater.
Method Detail
createChildren()method
override protected function createChildren():void

displayData()method 
public function displayData(event:Event):void

This function (event handler) requests to the parent application a visualization update.

Parameters

event:Event — Event.

removeFacet()method 
public function removeFacet(event:Event):void

This function (event handler) removes the facet panel from the current view.

Parameters

event:Event — Event.