Class ControlsKitWhiteListFilter

java.lang.Object
com.levigo.jadice.web.client.rendercontrols.ControlsKitWhiteListFilter
All Implemented Interfaces:
ControlsKitFilter

public class ControlsKitWhiteListFilter extends Object implements ControlsKitFilter
Filter class to modify the serialization output of RenderControlsJsonSerializer.
  • Method Details

    • allows

      public boolean allows(SettingsNames settingsName)
      Description copied from interface: ControlsKitFilter
      Checks if a setting should be included in the serialized output.
      Specified by:
      allows in interface ControlsKitFilter
      Parameters:
      settingsName - name of the Setting.
      Returns:
      whether the setting should be allowed in the output.