danger.text.span
Interface Anchored

All Known Implementing Classes:
DialTextField, Editor.AutoText, Editor.Clipboard, Editor.Filters, Editor.Input, Editor.Keyboard, Editor.TextChanges, Editor.UndoRedo, EditText, LinkTextBox, LogTextBox, MutableTextBox, NumberField, PasswordEditText, PasswordTextField, PhoneNumberTextField, PhoneNumberTextField, SelectTextBox, TextField, TypeAheadTextField


public interface Anchored

Classes should implement this interface if they can contain named anchors (see AnchorSpan) that the user can jump to.


Method Summary
 boolean moveToAnchor(String anchor)
          Bring the named anchor into view if there is such an anchor.
 

Method Detail

moveToAnchor

boolean moveToAnchor(String anchor)
Bring the named anchor into view if there is such an anchor.

Returns:
whether the text contains an anchor by that name.