public void launch( final AcceptItem acceptPanel,
final PlaceRequest place,
final Command callback ) {
launch( place, callback );
onStartup( place );
acceptPanel.add( new UIPart( getTitle(), getTitleDecoration(), getWidget() ) );
if ( nativePlugin.getType() != null && nativePlugin.getType().equalsIgnoreCase( "angularjs" ) ) {
bind();
}