Class: FilterElementInput

olympe.ui.vectorial. FilterElementInput

Helper class to allow a proxy over multiple types


new FilterElementInput( [input])

Creates a Filter Element Input.

Parameters:
Name Type Argument Description
input olympe.ui.common.FilterInput | olympe.ui.vectorial.FilterElement <optional>

Methods


getUIValue()

Get the input value for the UIThread (id. return the uiProxy object iff value is a FilterElement)

Returns:
Type
olympe.ui.common.FilterInput | olympe.uiapi.vectorial.FilterElement

getValue()

Get the input value

Returns:
Type
olympe.ui.common.FilterInput | olympe.ui.vectorial.FilterElement

setValue(input)

Set the input value

Parameters:
Name Type Description
input olympe.ui.common.FilterInput | olympe.ui.vectorial.FilterElement