org.apache.myfaces.tobago.layout
Interface LayoutManager
- All Superinterfaces:
- Configurable
- All Known Implementing Classes:
- AbstractUIFlowLayout, AbstractUIGridLayout, AbstractUISheetLayout, AbstractUITabGroupLayout, UIFlowLayout, UIGridLayout, UISheetLayout, UITabGroupLayout
public interface LayoutManager
- extends Configurable
init
void init()
fixRelativeInsideAuto
void fixRelativeInsideAuto(Orientation orientation,
boolean auto)
preProcessing
void preProcessing(Orientation orientation)
mainProcessing
void mainProcessing(Orientation orientation)
postProcessing
void postProcessing(Orientation orientation)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.