Skip to content
jpeterka edited this page Sep 19, 2013 · 6 revisions

API / Abstract

  • Combo / AbstractCombo

Implementation(s)

  • DefaultCombo

Usage

DefaultCombo

Lookup for a combo with selection "Selection1"

Combo c = new DefaultCombo("Selection1");

Get current combo text

String selection = c.getText(); 

Set combo selection

c.setText("Selection2"); 
Clone this wiki locally