interface SelectionWrapperInterface implements ValuesWrapperInterface

internal  This interface is not covered by the backward compatibility promise
 

Methods

getValues()

Returns an instance of ValuesInterface.

getSelection()

Returns an instance of SelectionInterface.

Details

ValuesInterface getValues()

Returns an instance of ValuesInterface.

Return Value

ValuesInterface

at line 23
SelectionInterface getSelection()

Returns an instance of SelectionInterface.

Return Value

SelectionInterface