-
public final class UiViewSelector
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerindexprivate final BySelectorbySelector
-
Constructor Summary
Constructors Constructor Description UiViewSelector(Integer index, BySelector bySelector)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final BySelectorcomponent2()final UiViewSelectorcopy(Integer index, BySelector bySelector)final IntegergetIndex()final BySelectorgetBySelector()-
-
Constructor Detail
-
UiViewSelector
UiViewSelector(Integer index, BySelector bySelector)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final BySelector component2()
-
copy
final UiViewSelector copy(Integer index, BySelector bySelector)
-
getBySelector
final BySelector getBySelector()
-
-
-
-