41424344454647
/** * Creates a new dropdown-button */ public CDropDownButton(){ super( null ); init( new CommonSimpleDropDownAction( this )); }