public abstract class ILogControl extends DatasrcInstance implements DataBeanListener, ControlServletRequestHandler
databeanamIinitialize, DATASOURCE, errorChanged, errorLevel, errorsValidated, generatedControl, INPUTMODE, labelOverride, labelParams, LOG_CATEGORY, ONDATACAHNGE, originalControl, PARAM_APP, PARAM_APPTABTYPE, PARAM_DESIGNMODE, PARAM_LIGHTNING, PARAM_MOBILE, PARAM_MODULE, PARAM_PAGE, PARAM_PARENTCOMPONENT, PARAM_PARENTCONTROL, PARAM_PRESENTATION, PARAM_SCREENREADER, PARAM_SKINNAME, PARAM_TAB, PARAM_TABGROUP, PARAM_TABGROUP_MAIN, PARAM_TABLE, PARAM_USERINFO, PARAM_VERTICALLABEL, propertyOriginator, RERENDER_PROPERTYchangedProperties, EXCEPTION_ERROR, EXCEPTION_INFO, EXCEPTION_NONE, EXCEPTION_REQUIREDFIELD, EXCEPTION_SMARTFILL, EXCEPTION_WARNING, EXCEPTION_YESNOCANCEL, FORCE_WARNING_HANDLING, NO_PROMPT_WITH_WARNING, presentationTags, PROMPT_WHEN_WARNING_EXIST, properties, type| Constructor and Description |
|---|
ILogControl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
bidiPrepareForWrap(java.lang.String str) |
int |
checkVisibility() |
void |
dataChangedEvent(DataBean speaker) |
java.lang.String |
getAppId() |
java.lang.String |
getAppletLoadingMsg() |
int |
getAppletLoadingTimeout() |
boolean |
getAppletVisible() |
boolean |
getDataChanged() |
java.lang.String |
getError() |
boolean |
getRefreshVisibility() |
java.lang.String |
getSkinName() |
java.lang.String |
getUiSessionId() |
void |
initialize()
should be extended to do any setup required by the instance.
|
boolean |
isInitialLoadRequired() |
int |
render()
Render this control's components
|
void |
setDataChanged(boolean dataChanged) |
void |
setError(java.lang.String error) |
void |
setInitialLoadRequired(boolean initialLoadRequired) |
void |
setRefreshVisibility(boolean vis) |
int |
showerror() |
void |
structureChangedEvent(DataBean speaker) |
int |
updateapplet() |
broadcastEvent, cleanup, getDataBean, instantiatedatasrc, instantiatedatasrcdesignaddChild, addComponent, canInsert, canInsert, canRemove, childHasError, childHasErrorFocus, clearComponent, clearErrors, clearFlags, copy, createRenderId, determineErrorLevel, errorLevelChanged, eventCheck, findComponentByDescriptorId, findDesignerProperty, findProperty, findUseForLablledByComponent, getAdaptorInstance, getBoundComponent, getComponent, getComponents, getConditonallyChanged, getDataSource, getDescriptorControl, getDesignerProperty, getDesignerSelected, getDesignerSelectedControl, getElement, getErrorLevel, getGeneratedControl, getOriginalControl, getOriginalProperty, getProperties, getProperty, getProperty, getPropertyIgnoreFlags, getPropertyOriginator, getPropertyUncle, getRecordHover, getSkipPreRender, getTableControl, getTakesValueComponent, handleEvent, hasChanged, hasChangedConditionally, hasChildElements, hasMaskedChanged, hasRecordHover, hasSigOptionAccess, hasVisibleChildren, isDesignerEditedProperty, isDisabled, isFirstChildVisible, isFocusable, isGenerated, isHiddenByLicense, isIncluded, isLastChild, isMainrecActionMenu, isMasked, isOnTableFilterRow, isOnTableTitleRow, isPersistentProperty, isReInitialize, isSelected, isToBeDisplayedOnCurrentTab, isToBeDisplayedOnTab, isVisible, launchexternal, licenseCheck, moveChild, needsRender, parentPropertyChanged, parseParamvalues, preRender, preRenderChecks, propertyChanged, quickinsert, registerDesignerEditedProperty, reInitialize, removeChild, renderChildren, resetDataSource, resolveParam, resolveParams, setAttributeError, setBoundComponent, setChangedFlag, setChangedFlag, setConditionalProperties, setDesignerSelected, setDisabled, setElement, setErrorFocusOnControl, setFocus, setFocus, setFocusable, setFocusTable, setGenerated, setGeneratedControl, setIncluded, setIncluded, setNeedsRender, setOnTableFilterRow, setOnTableRow, setOnTableTitleRow, setOriginalControl, setPropertyOriginator, setPropertyUncle, setReInitialize, setReRenderFlags, setSelected, setSkipPreRender, setTableControl, setVisibility, sigOptionCheck, sigOptionCheckForLookups, stopRender, walkForId, walkForIdaddChild, addChild, addRefreshListener, canSetProperty, clearChildren, clearPropChangeList, clearProperties, clone, clone, getBoolean, getChangedProperties, getChildCount, getChildIndex, getChildren, getConsiderInDesigner, getDescriptor, getId, getIdExtension, getInt, getLocalizedType, getPage, getParent, getParentInstance, getPropertyNames, getRefreshListeners, getRenderId, getRowNum, getSafeId, getString, getType, getWebClientSession, handleEvent, hasAnyPropertyChanged, hasLocalProperty, hasPropertyChanged, initProperty, isDynamicContainer, isOnTable, isOnTableRow, maintainControlId, removeProperty, setConsiderInDesigner, setDescriptor, setDynamicContainer, setOnTable, setParent, setProperty, setProperty, setRenderId, setType, setWebClientSession, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithandleServletRequestpublic void dataChangedEvent(DataBean speaker)
dataChangedEvent in interface DataBeanListenerpublic boolean getDataChanged()
public void setDataChanged(boolean dataChanged)
public void structureChangedEvent(DataBean speaker)
structureChangedEvent in interface DataBeanListenerpublic void initialize()
BaseInstanceinitialize in class ControlInstancepublic int render()
throws java.lang.NoSuchMethodException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
ControlInstancerender in class DatasrcInstancejava.lang.NoSuchMethodExceptionjava.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionpublic java.lang.String getAppId()
public java.lang.String getUiSessionId()
public int checkVisibility()
public boolean getAppletVisible()
public boolean getRefreshVisibility()
public void setRefreshVisibility(boolean vis)
public int updateapplet()
public int showerror()
public java.lang.String getError()
public void setError(java.lang.String error)
public java.lang.String getSkinName()
public java.lang.String bidiPrepareForWrap(java.lang.String str)
public java.lang.String getAppletLoadingMsg()
public int getAppletLoadingTimeout()
public boolean isInitialLoadRequired()
public void setInitialLoadRequired(boolean initialLoadRequired)