facets.facet
Class FacetFactory.ComboCoupler

java.lang.Object
  extended by facets.util.Tracer
      extended by facets.core.superficial.SIndexing.Coupler
          extended by facets.facet.FacetFactory.ComboCoupler
All Implemented Interfaces:
TargetCoupler, java.io.Serializable
Enclosing class:
FacetFactory

public abstract static class FacetFactory.ComboCoupler
extends SIndexing.Coupler

Coupler for any combination of indexed list and text box.

Implements the coupler interfaces of both SIndexing and STextual.

See Also:
Serialized Form

Constructor Summary
FacetFactory.ComboCoupler()
           
 
Method Summary
 void _textSet(STextual t)
           
 boolean indexedTitleEditable(SIndexing i)
           
abstract  void indexedTitleEdited(java.lang.String edit)
           
 
Methods inherited from class facets.core.superficial.SIndexing.Coupler
canCycle, getIndexables, indexSet, iterationTitles, liveStates, newIndexableTitles
 
Methods inherited from class facets.util.Tracer
trace, trace, trace, trace, trace, traceDebug, traceDebug, traceObjectText, traceOutput, traceOutputWithClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacetFactory.ComboCoupler

public FacetFactory.ComboCoupler()
Method Detail

indexedTitleEditable

public boolean indexedTitleEditable(SIndexing i)

indexedTitleEdited

public abstract void indexedTitleEdited(java.lang.String edit)

_textSet

public final void _textSet(STextual t)