public static class JTabbedPaneHandler.CompiledTabbedPane extends CompiledObject
CompiledObject.ChildRef| Constructor and Description |
|---|
CompiledTabbedPane(String id,
ClassDescriptor objectClass,
JAXXCompiler compiler) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(CompiledObject child,
String constraints,
JAXXCompiler compiler)
Adds a child component to this container.
|
addChild, addClientProperty, addEventHandler, addProperty, appendAdditionCode, appendInitializationCode, finalizeCompiler, getAdditionCode, getAdditionMethodName, getChilds, getClientProperties, getClientProperty, getConstructorParams, getCreationMethodName, getDecorator, getGenericTypes, getGenericTypesLength, getGetterName, getI18nProperty, getId, getInitializationCode, getInitializationCode, getInitializer, getJavaBeanInitCode, getJavaCode, getJavaCodeForProperty, getObjectClass, getOverrideType, getParent, getProperties, getSetterName, getSimpleType, getStyleClass, getStyleClasses, hasClientProperties, isJavaBean, isOverride, isOverrideType, isUseComputeI18n, isValidID, matchStyleClass, newChildRef, setConstructorParams, setDecorator, setGenericTypes, setI18nProperty, setInitializer, setJavaBean, setJavaBeanInitCode, setOverride, setOverrideType, setParent, setSimpleType, setStyleClass, toStringpublic CompiledTabbedPane(String id, ClassDescriptor objectClass, JAXXCompiler compiler) throws CompilerException
CompilerExceptionpublic void addChild(CompiledObject child, String constraints, JAXXCompiler compiler) throws CompilerException
CompiledObjectaddChild in class CompiledObjectchild - the component to addconstraints - Java code for the layout constraints objectcompiler - the current JAXXCompilerCompilerException - if this object is not a containerCompiledObject.addChild(CompiledObject, JAXXCompiler)Copyright © 2008–2018 Ultreia.io. All rights reserved.