Search in sources :

Example 16 with EventCommand

use of org.robobinding.widget.EventCommand in project RoboBinding by RoboBinding.

the class OnFocusChangeAttributeTest method setUp.

@Before
public void setUp() {
    attribute = new OnFocusChangeAttribute();
    eventCommand = new EventCommand();
}
Also used : EventCommand(org.robobinding.widget.EventCommand) Before(org.junit.Before)

Example 17 with EventCommand

use of org.robobinding.widget.EventCommand in project RoboBinding by RoboBinding.

the class OnTouchAttributeTest method setUp.

@Before
public void setUp() {
    attribute = new OnTouchAttribute();
    eventCommand = new EventCommand();
}
Also used : EventCommand(org.robobinding.widget.EventCommand) Before(org.junit.Before)

Aggregations

Before (org.junit.Before)17 EventCommand (org.robobinding.widget.EventCommand)17 SwipeRefreshLayout (android.support.v4.widget.SwipeRefreshLayout)1 EditText (android.widget.EditText)1 ListAdapter (android.widget.ListAdapter)1 SingleChoiceAdapter (org.robobinding.widget.abslistview.SingleChoiceAdapter)1