MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / toString

Method toString

src/main/java/ui/controls/form/TextInput.java:129–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 }
128
129 public String toString() { return (getCaptionLength()>getTextLength())?caption:getValue(); }
130
131 public void onSelect(){
132 new EditBox(homeList, caption, text, this, boxType);

Callers

nothing calls this directly

Calls 3

getCaptionLengthMethod · 0.95
getTextLengthMethod · 0.95
getValueMethod · 0.95

Tested by

no test coverage detected