com.github.gwtbootstrap.client.ui.base
Interface HasAlignment

All Known Implementing Classes:
Nav, NavForm, NavFormBase, NavSearch, NavText

public interface HasAlignment

Interface for widgets that can be aligned on the left or right side.

Since:
2.0.4.0
Author:
Dominik Mayer

Method Summary
 void setAlignment(Alignment alignment)
          Pulls the widget to the left or right.
 

Method Detail

setAlignment

void setAlignment(Alignment alignment)
Pulls the widget to the left or right.

Parameters:
alignment - where the widget should end up


Copyright © 2012 gwtbootstrap. All Rights Reserved.