|
What this is
Other links
The source codepackage intrinsic.mx.containers; public class ViewStack extends intrinsic.mx.core.Container implements intrinsic.mx.managers.IHistoryManagerClient { /** Accessors */ public String horizontalScrollPolicy; public boolean autoLayout; public boolean historyManagementEnabled; public intrinsic.mx.core.Container selectedChild; public int selectedIndex; public String verticalScrollPolicy; public boolean resizeToContent; /** Variables */ public intrinsic.Array transitions; public intrinsic.Array states; /** Constants */ public static final String VERSION = "version"; /** Class Accessors */ /** Class variables */ /** Contructors */ public ViewStack() { } /** Static Methods */ /** Methods */ public native void createComponentsFromDescriptors(); public native void createComponentsFromDescriptors(boolean arg0); public native void loadState(Object arg0); public native Object saveState(); } |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.