Package forms.systextil
Class sys_ger.TAB_BOX.SETTINGS.chooser1
java.lang.Object
com.unify.nxj.mgr.datatypes.NXJControlImpl
com.unify.nxj.mgr.datatypes.NXJFontAwareControlImpl
com.unify.nxj.mgr.datatypes.NXJFileChooserImpl
forms.systextil.sys_ger.TAB_BOX.SETTINGS.chooser1
- All Implemented Interfaces:
com.unify.nxj.mgr.datatypes.MultiValuedDataController,com.unify.nxj.mgr.datatypes.NXJControl,com.unify.nxj.mgr.datatypes.NXJFileChooserControl,com.unify.nxj.mgr.datatypes.NXJFontAwareControl,com.unify.nxj.mgr.FileChooserEventListener
- Enclosing class:
sys_ger.TAB_BOX.SETTINGS
public class sys_ger.TAB_BOX.SETTINGS.chooser1
extends com.unify.nxj.mgr.datatypes.NXJFileChooserImpl
-
Field Summary
Fields inherited from class com.unify.nxj.mgr.datatypes.NXJControlImpl
defaultModified, multivaluePosition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonUpload(InputStream iStream, String contentType, int contentLength, String characterEncoding, String originalFileName) Methods inherited from class com.unify.nxj.mgr.datatypes.NXJFileChooserImpl
getAllowedMimeTypes, getSizeLimit, getStorageVariable, main, onUpload, parseSizeLimit, setAllowedMimeTypes, setSizeLimit, setStorageVariable, us$handleUpload, whenUploadCompleteMethods inherited from class com.unify.nxj.mgr.datatypes.NXJFontAwareControlImpl
getBackgroundColor, getBackgroundColor, getFontFamily, getFontFamily, getFontSize, getFontSize, getForegroundColor, getForegroundColor, isBold, isBold, isItalic, isItalic, isStrikethrough, isStrikethrough, isUnderline, isUnderline, setBackgroundColor, setBackgroundColor, setBackgroundColorForAllRecords, setBold, setBold, setBoldForAllRecords, setFontFamily, setFontFamily, setFontFamilyForAllRecords, setFontSize, setFontSize, setFontSizeForAllRecords, setForegroundColor, setForegroundColor, setForegroundColorForAllRecords, setItalic, setItalic, setItalicForAllRecords, setStrikethrough, setStrikethrough, setStrikethroughForAllRecords, setUnderline, setUnderline, setUnderlineForAllRecords, us$createMultiValuedDataInstance, us$loadFromMultiValuedData, us$saveToMultiValuedData, us$setFontStyle, us$setFontWeight, us$setTextDecorationMethods inherited from class com.unify.nxj.mgr.datatypes.NXJControlImpl
getContainingDataView, getName, getQualifiedName, getSession, getStyleClass, getStyleClass, isMultiValued, isSkipped, isVisible, isVisible, resetName, setSkipped, setStyleClass, setStyleClass, setStyleClassForAllRecords, setVisible, setVisible, setVisibleForAllRecords, us$defaultVisualModified, us$findForm, us$getMultivaluePosition, us$isTarget, us$setMultiValued, us$setMultivaluePosition, us$traceCodeSectionBegin, us$traceCodeSectionEnd, us$traceCodeSectionEndMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.unify.nxj.mgr.datatypes.NXJControl
getContainingDataView, getName, getQualifiedName, getSession, getStyleClass, getStyleClass, isMultiValued, isSkipped, isVisible, isVisible, setSkipped, setStyleClass, setStyleClass, setStyleClassForAllRecords, setVisible, setVisible, setVisibleForAllRecords, us$defaultVisualModified, us$setMultiValuedMethods inherited from interface com.unify.nxj.mgr.datatypes.NXJFontAwareControl
getBackgroundColor, getBackgroundColor, getFontFamily, getFontFamily, getFontSize, getFontSize, getForegroundColor, getForegroundColor, isBold, isBold, isItalic, isItalic, isStrikethrough, isStrikethrough, isUnderline, isUnderline, setBackgroundColor, setBackgroundColor, setBackgroundColorForAllRecords, setBold, setBold, setBoldForAllRecords, setFontFamily, setFontFamily, setFontFamilyForAllRecords, setFontSize, setFontSize, setFontSizeForAllRecords, setForegroundColor, setForegroundColor, setForegroundColorForAllRecords, setItalic, setItalic, setItalicForAllRecords, setStrikethrough, setStrikethrough, setStrikethroughForAllRecords, setUnderline, setUnderline, setUnderlineForAllRecords, us$setFontStyle, us$setFontWeight, us$setTextDecoration
-
Constructor Details
-
chooser1
public chooser1()
-
-
Method Details
-
onUpload
public void onUpload(InputStream iStream, String contentType, int contentLength, String characterEncoding, String originalFileName) throws Exception - Specified by:
onUploadin interfacecom.unify.nxj.mgr.FileChooserEventListener- Overrides:
onUploadin classcom.unify.nxj.mgr.datatypes.NXJFileChooserImpl- Throws:
Exception
-