configurationslicing
Class BooleanSlice<I>

java.lang.Object
  extended by configurationslicing.Slice
      extended by configurationslicing.BooleanSlice<I>

public class BooleanSlice<I>
extends Slice


Nested Class Summary
static class BooleanSlice.ItemState
           
 
Constructor Summary
BooleanSlice(BooleanSlicer.BooleanSlicerSpec<I> spec)
           
BooleanSlice(BooleanSlicer.BooleanSlicerSpec<I> spec, java.util.List<BooleanSlice.ItemState> list)
           
 
Method Summary
 void add(java.lang.String name, boolean value)
           
 boolean get(java.lang.String name)
           
 BooleanSlicer.BooleanSlicerSpec<I> getSpec()
           
 Slice newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanSlice

public BooleanSlice(BooleanSlicer.BooleanSlicerSpec<I> spec,
                    java.util.List<BooleanSlice.ItemState> list)

BooleanSlice

public BooleanSlice(BooleanSlicer.BooleanSlicerSpec<I> spec)
Method Detail

add

public void add(java.lang.String name,
                boolean value)

get

public boolean get(java.lang.String name)

getSpec

public BooleanSlicer.BooleanSlicerSpec<I> getSpec()

newInstance

public Slice newInstance(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject formData)
                  throws hudson.model.Descriptor.FormException
Specified by:
newInstance in class Slice
Throws:
hudson.model.Descriptor.FormException


Copyright © 2009. All Rights Reserved.