com.bradrydzewski.gwt.calendar.client
Interface HasLayout

All Known Implementing Classes:
Calendar, CalendarWidget

public interface HasLayout


Method Summary
 void doLayout()
          Forces the widget to re-calculate and perform layout operations.
 void resumeLayout()
          Enables the widget to perform layout operations.
 void suspendLayout()
          Suspends the widget from performing layout operations.
 

Method Detail

doLayout

void doLayout()
Forces the widget to re-calculate and perform layout operations.


suspendLayout

void suspendLayout()
Suspends the widget from performing layout operations.


resumeLayout

void resumeLayout()
Enables the widget to perform layout operations. Any pending layout operations will be executed.



Copyright © 2012. All Rights Reserved.