Interface DataRangeChildControlInfo

All Superinterfaces:
de.uplanet.lucy.server.rtcache.CommonControlInfo, de.uplanet.lucy.server.rtcache.ILanguageConstant, de.uplanet.lucy.server.util.ILanguageConstantOrTitle, de.uplanet.lucy.server.rtcache.IRtInfo, de.uplanet.lucy.server.rtcache.IRtInfoWithTitle, de.uplanet.lucy.server.businesslogic.util.IServerDataRangeChildControl
All Known Subinterfaces:
DataPickerChildInfo

@Scriptable public interface DataRangeChildControlInfo extends de.uplanet.lucy.server.rtcache.CommonControlInfo, de.uplanet.lucy.server.rtcache.ILanguageConstant, de.uplanet.lucy.server.businesslogic.util.IServerDataRangeChildControl
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the application GUID.
    Get the data range GUID.
    boolean
    Returns value of distinct.
    boolean
     
    boolean
     
    boolean
    isSameKey(String p_strKey)
     

    Methods inherited from interface de.uplanet.lucy.server.rtcache.CommonControlInfo

    getAppGuid, getBinding, getColumnPosition, getControlName, getControlType, getDataGroupGuid, getFieldGuid, getFieldType, getGuid, getLanguages, getProperties, getSysIdent, isActionControl, isEditControl, shouldOrgStructEncode, shouldPipeEncode, supportsLanguage

    Methods inherited from interface de.uplanet.lucy.server.rtcache.ILanguageConstant

    getLanguageConstantAppGuid, getLanguageConstantName, getLanguageConstantType, hasLanguageConstant

    Methods inherited from interface de.uplanet.lucy.server.util.ILanguageConstantOrTitle

    getTitles

    Methods inherited from interface de.uplanet.lucy.server.rtcache.IRtInfoWithTitle

    getDefaultTitle, getTitle, getTitles
  • Method Details

    • isDistinct

      boolean isDistinct()
      Returns value of distinct.
      Returns:
      true or false.
    • getDataRangeGuid

      String getDataRangeGuid()
      Get the data range GUID.
      Returns:
      The GUID.
    • isMatch

      boolean isMatch()
    • getDataGroupAppGuid

      String getDataGroupAppGuid()
      Gets the application GUID.
      Returns:
      The application GUID.
    • isSameKey

      boolean isSameKey(String p_strKey)
      Parameters:
      p_strKey - The key to check (Normally the control name, for generic tables the key is the field GUID)
      Returns:
      Should return true if the given key represent the current control info.
    • isHidden

      boolean isHidden()
      Specified by:
      isHidden in interface de.uplanet.lucy.server.businesslogic.util.IServerDataRangeChildControl
      Returns:
      true if the control is hidden or false if not.