Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.util.BitFlag

  • Packages that use BitFlag 
    Package Description
    psdi.mbo  
    psdi.util  
    psdi.webclient.system.beans  
    psdi.webclient.system.controller  
    • Uses of BitFlag in psdi.mbo

      Methods in psdi.mbo that return BitFlag 
      Modifier and Type Method and Description
      BitFlag MboSet.getAlwaysFlags()
      Returns the BitFlag that represent that the records in this mbo set should always READONLY or HIDDEN by row restrictions.
      BitFlag MboSet.getAlwaysFlags(java.lang.String attr) 
      BitFlag Mbo.getAlwaysFlags(java.lang.String attr)
      Returns the access flag that apply to the attribute of all the records in the set unconditionally.
      BitFlag FauxMboSet.getAppAlwaysFieldFlags(java.lang.String attr)
      Get the bitFlag stored for the UI always flag for the attribute, null if nothing.
      BitFlag MboSetRemote.getAppAlwaysFieldFlags(java.lang.String attr)
      Get the bitFlag stored for the UI always flag for the attribute, null if nothing.
      BitFlag MboSet.getAppAlwaysFieldFlags(java.lang.String attr)
      Get the bitFlag stored for the always flag for the attribute, null if nothing.
      BitFlag Mbo.getAttrRestrictionFlag(java.lang.String attr)
      Get the bit flag set by the attribute restriction.
      BitFlag Mbo.getRowRestrictionFlag()
      Get the bit flag set by the attribute restriction.
      Constructors in psdi.mbo with parameters of type BitFlag 
      Constructor and Description
      MboSetData(BitFlag setFlags)
      Construct the information about the set from the flags.
    • Uses of BitFlag in psdi.util

      Methods in psdi.util that return BitFlag 
      Modifier and Type Method and Description
      BitFlag BitFlag.or(BitFlag second)
      Combining two bit flags using or logic.
      Methods in psdi.util with parameters of type BitFlag 
      Modifier and Type Method and Description
      BitFlag BitFlag.or(BitFlag second)
      Combining two bit flags using or logic.
    • Uses of BitFlag in psdi.webclient.system.beans

      Fields in psdi.webclient.system.beans declared as BitFlag 
      Modifier and Type Field and Description
      protected BitFlag DataBean.tableStateFlags
      Flags that can be set by the client/ClientUI
      Methods in psdi.webclient.system.beans that return BitFlag 
      Modifier and Type Method and Description
      BitFlag DataBean.getTableStateFlags() 
      Methods in psdi.webclient.system.beans with parameters of type BitFlag 
      Modifier and Type Method and Description
      void DataBean.addAttribute(java.lang.String attribute, BitFlag flags)
      Adds the attribute to the internal attribute list.
      void DataBean.setAttributes(java.lang.String[] attributelist, BitFlag[] flags)
      Replaces the internal attribute list with the new attributes.
    • Uses of BitFlag in psdi.webclient.system.controller

      Methods in psdi.webclient.system.controller that return BitFlag 
      Modifier and Type Method and Description
      BitFlag BoundAttribute.getFlags() 
      Methods in psdi.webclient.system.controller with parameters of type BitFlag 
      Modifier and Type Method and Description
      void BoundControl.addAttribute(java.lang.String dataAttribute, BitFlag flags, java.lang.String defaultValue)
      Deprecated. 
       
      Constructors in psdi.webclient.system.controller with parameters of type BitFlag 
      Constructor and Description
      BoundAttribute(java.lang.String dataAttribute, BitFlag flags, java.lang.String defaultValue) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes