You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Migrate 7.7.5 branch patches to v8. (#7969) * Prevent adding several scrollbar handlers (#19189). Change-Id: Ib0cc6c6835aab6d263f153362a328bcf2be7bc5c * Prevent adding several scrollbar handlers (#19189). * Keep expand ratio for last row/column when reducing grid layout size (#20297) Change-Id: Iff53a803596f4fc1eae8e4bfa307b9c1f4df961a * Fixed drag and drop failure when message dragged from email client (#20451) When dragging message form email client on Windows, item.webkitGetAsEntry() might return null creating NPE on the client side. Added additional checks for this situation. Change-Id: I569f7e6d0d7b137f24be53d1fbce384695ae8c73 * Change expected pre-release version number pattern in publish report Change-Id: Icdacecc490d2490ea9e262f5c5736c1dece2a89d * Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50 # Conflicts: # client/src/main/java/com/vaadin/client/ui/VTextField.java # uitest/src/main/java/com/vaadin/tests/components/textfield/TextChangeEvents.java * Fixed touch scrolling issue in Surface and WP devices (#18737) Fixed by using pointerevents instead of touchevents when the browser is IE11, or Edge. Also added touch-action: none; css rules into escalator.css to prevent default touch behaviour on IE11 and Edge. Does not affect IE8 to IE10 browsers, behaviour on those will stay the same as before the fix. No new unit tests since we do not have automatic touch testing possibilities yet. Please test manually with Surface: IE11 and Edge, use for example uitest: com.vaadin.tests.components.grid.basics.GridBasicsomponents.grid.basics.GridBasics Change-Id: Iddbf1852e6ffafc855f749d6f4ebb235ed0f5703 * Add lazy/simple resize mode to Grid (#20108) Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4 # Conflicts: # client/src/main/java/com/vaadin/client/connectors/GridConnector.java # client/src/main/java/com/vaadin/client/widgets/Grid.java # server/src/main/java/com/vaadin/ui/Grid.java # shared/src/main/java/com/vaadin/shared/ui/grid/GridState.java # themes/src/main/themes/VAADIN/themes/base/grid/grid.scss # uitest/src/main/java/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeatures.java Change-Id: Ieca56121875198ed559a41c143b28926e2695433 * Fix NPE in case some items don't contain all properties of Grid. This could occur in when parent is a different entity than its children in hierarchical data. Change-Id: Icd53b5b5e5544a3680d0cd99702ab78224b2dc08 # Conflicts: # server/src/main/java/com/vaadin/data/fieldgroup/FieldGroup.java # server/src/main/java/com/vaadin/ui/Grid.java * Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50 # Conflicts: # client/src/main/java/com/vaadin/client/ui/VTextField.java # uitest/src/test/java/com/vaadin/tests/components/textfield/TextChangeEventsTest.java * Add lazy/simple resize mode to Grid (#20108) Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4 * Removed V8 VTextField unused import, forgotten @RunLocally. * Don't rely on selenium "sendKeys" behavior. * Revert "Change expected pre-release version number pattern in publish report" This reverts commit 8df27b952dddb691aead6a633c5b3724c98bf343. * Migrate TextField/TextArea patch from 7.7 to master (modern components) Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
7 年之前
Migrate 7.7.5 branch patches to v8. (#7969) * Prevent adding several scrollbar handlers (#19189). Change-Id: Ib0cc6c6835aab6d263f153362a328bcf2be7bc5c * Prevent adding several scrollbar handlers (#19189). * Keep expand ratio for last row/column when reducing grid layout size (#20297) Change-Id: Iff53a803596f4fc1eae8e4bfa307b9c1f4df961a * Fixed drag and drop failure when message dragged from email client (#20451) When dragging message form email client on Windows, item.webkitGetAsEntry() might return null creating NPE on the client side. Added additional checks for this situation. Change-Id: I569f7e6d0d7b137f24be53d1fbce384695ae8c73 * Change expected pre-release version number pattern in publish report Change-Id: Icdacecc490d2490ea9e262f5c5736c1dece2a89d * Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50 # Conflicts: # client/src/main/java/com/vaadin/client/ui/VTextField.java # uitest/src/main/java/com/vaadin/tests/components/textfield/TextChangeEvents.java * Fixed touch scrolling issue in Surface and WP devices (#18737) Fixed by using pointerevents instead of touchevents when the browser is IE11, or Edge. Also added touch-action: none; css rules into escalator.css to prevent default touch behaviour on IE11 and Edge. Does not affect IE8 to IE10 browsers, behaviour on those will stay the same as before the fix. No new unit tests since we do not have automatic touch testing possibilities yet. Please test manually with Surface: IE11 and Edge, use for example uitest: com.vaadin.tests.components.grid.basics.GridBasicsomponents.grid.basics.GridBasics Change-Id: Iddbf1852e6ffafc855f749d6f4ebb235ed0f5703 * Add lazy/simple resize mode to Grid (#20108) Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4 # Conflicts: # client/src/main/java/com/vaadin/client/connectors/GridConnector.java # client/src/main/java/com/vaadin/client/widgets/Grid.java # server/src/main/java/com/vaadin/ui/Grid.java # shared/src/main/java/com/vaadin/shared/ui/grid/GridState.java # themes/src/main/themes/VAADIN/themes/base/grid/grid.scss # uitest/src/main/java/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeatures.java Change-Id: Ieca56121875198ed559a41c143b28926e2695433 * Fix NPE in case some items don't contain all properties of Grid. This could occur in when parent is a different entity than its children in hierarchical data. Change-Id: Icd53b5b5e5544a3680d0cd99702ab78224b2dc08 # Conflicts: # server/src/main/java/com/vaadin/data/fieldgroup/FieldGroup.java # server/src/main/java/com/vaadin/ui/Grid.java * Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50 # Conflicts: # client/src/main/java/com/vaadin/client/ui/VTextField.java # uitest/src/test/java/com/vaadin/tests/components/textfield/TextChangeEventsTest.java * Add lazy/simple resize mode to Grid (#20108) Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4 * Removed V8 VTextField unused import, forgotten @RunLocally. * Don't rely on selenium "sendKeys" behavior. * Revert "Change expected pre-release version number pattern in publish report" This reverts commit 8df27b952dddb691aead6a633c5b3724c98bf343. * Migrate TextField/TextArea patch from 7.7 to master (modern components) Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
7 年之前
Migrate 7.7.5 branch patches to v8. (#7969) * Prevent adding several scrollbar handlers (#19189). Change-Id: Ib0cc6c6835aab6d263f153362a328bcf2be7bc5c * Prevent adding several scrollbar handlers (#19189). * Keep expand ratio for last row/column when reducing grid layout size (#20297) Change-Id: Iff53a803596f4fc1eae8e4bfa307b9c1f4df961a * Fixed drag and drop failure when message dragged from email client (#20451) When dragging message form email client on Windows, item.webkitGetAsEntry() might return null creating NPE on the client side. Added additional checks for this situation. Change-Id: I569f7e6d0d7b137f24be53d1fbce384695ae8c73 * Change expected pre-release version number pattern in publish report Change-Id: Icdacecc490d2490ea9e262f5c5736c1dece2a89d * Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50 # Conflicts: # client/src/main/java/com/vaadin/client/ui/VTextField.java # uitest/src/main/java/com/vaadin/tests/components/textfield/TextChangeEvents.java * Fixed touch scrolling issue in Surface and WP devices (#18737) Fixed by using pointerevents instead of touchevents when the browser is IE11, or Edge. Also added touch-action: none; css rules into escalator.css to prevent default touch behaviour on IE11 and Edge. Does not affect IE8 to IE10 browsers, behaviour on those will stay the same as before the fix. No new unit tests since we do not have automatic touch testing possibilities yet. Please test manually with Surface: IE11 and Edge, use for example uitest: com.vaadin.tests.components.grid.basics.GridBasicsomponents.grid.basics.GridBasics Change-Id: Iddbf1852e6ffafc855f749d6f4ebb235ed0f5703 * Add lazy/simple resize mode to Grid (#20108) Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4 # Conflicts: # client/src/main/java/com/vaadin/client/connectors/GridConnector.java # client/src/main/java/com/vaadin/client/widgets/Grid.java # server/src/main/java/com/vaadin/ui/Grid.java # shared/src/main/java/com/vaadin/shared/ui/grid/GridState.java # themes/src/main/themes/VAADIN/themes/base/grid/grid.scss # uitest/src/main/java/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeatures.java Change-Id: Ieca56121875198ed559a41c143b28926e2695433 * Fix NPE in case some items don't contain all properties of Grid. This could occur in when parent is a different entity than its children in hierarchical data. Change-Id: Icd53b5b5e5544a3680d0cd99702ab78224b2dc08 # Conflicts: # server/src/main/java/com/vaadin/data/fieldgroup/FieldGroup.java # server/src/main/java/com/vaadin/ui/Grid.java * Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50 # Conflicts: # client/src/main/java/com/vaadin/client/ui/VTextField.java # uitest/src/test/java/com/vaadin/tests/components/textfield/TextChangeEventsTest.java * Add lazy/simple resize mode to Grid (#20108) Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4 * Removed V8 VTextField unused import, forgotten @RunLocally. * Don't rely on selenium "sendKeys" behavior. * Revert "Change expected pre-release version number pattern in publish report" This reverts commit 8df27b952dddb691aead6a633c5b3724c98bf343. * Migrate TextField/TextArea patch from 7.7 to master (modern components) Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
7 年之前
Migrate 7.7.5 branch patches to v8. (#7969) * Prevent adding several scrollbar handlers (#19189). Change-Id: Ib0cc6c6835aab6d263f153362a328bcf2be7bc5c * Prevent adding several scrollbar handlers (#19189). * Keep expand ratio for last row/column when reducing grid layout size (#20297) Change-Id: Iff53a803596f4fc1eae8e4bfa307b9c1f4df961a * Fixed drag and drop failure when message dragged from email client (#20451) When dragging message form email client on Windows, item.webkitGetAsEntry() might return null creating NPE on the client side. Added additional checks for this situation. Change-Id: I569f7e6d0d7b137f24be53d1fbce384695ae8c73 * Change expected pre-release version number pattern in publish report Change-Id: Icdacecc490d2490ea9e262f5c5736c1dece2a89d * Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50 # Conflicts: # client/src/main/java/com/vaadin/client/ui/VTextField.java # uitest/src/main/java/com/vaadin/tests/components/textfield/TextChangeEvents.java * Fixed touch scrolling issue in Surface and WP devices (#18737) Fixed by using pointerevents instead of touchevents when the browser is IE11, or Edge. Also added touch-action: none; css rules into escalator.css to prevent default touch behaviour on IE11 and Edge. Does not affect IE8 to IE10 browsers, behaviour on those will stay the same as before the fix. No new unit tests since we do not have automatic touch testing possibilities yet. Please test manually with Surface: IE11 and Edge, use for example uitest: com.vaadin.tests.components.grid.basics.GridBasicsomponents.grid.basics.GridBasics Change-Id: Iddbf1852e6ffafc855f749d6f4ebb235ed0f5703 * Add lazy/simple resize mode to Grid (#20108) Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4 # Conflicts: # client/src/main/java/com/vaadin/client/connectors/GridConnector.java # client/src/main/java/com/vaadin/client/widgets/Grid.java # server/src/main/java/com/vaadin/ui/Grid.java # shared/src/main/java/com/vaadin/shared/ui/grid/GridState.java # themes/src/main/themes/VAADIN/themes/base/grid/grid.scss # uitest/src/main/java/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeatures.java Change-Id: Ieca56121875198ed559a41c143b28926e2695433 * Fix NPE in case some items don't contain all properties of Grid. This could occur in when parent is a different entity than its children in hierarchical data. Change-Id: Icd53b5b5e5544a3680d0cd99702ab78224b2dc08 # Conflicts: # server/src/main/java/com/vaadin/data/fieldgroup/FieldGroup.java # server/src/main/java/com/vaadin/ui/Grid.java * Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50 # Conflicts: # client/src/main/java/com/vaadin/client/ui/VTextField.java # uitest/src/test/java/com/vaadin/tests/components/textfield/TextChangeEventsTest.java * Add lazy/simple resize mode to Grid (#20108) Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4 * Removed V8 VTextField unused import, forgotten @RunLocally. * Don't rely on selenium "sendKeys" behavior. * Revert "Change expected pre-release version number pattern in publish report" This reverts commit 8df27b952dddb691aead6a633c5b3724c98bf343. * Migrate TextField/TextArea patch from 7.7 to master (modern components) Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
7 年之前
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964
  1. /*
  2. * Copyright 2000-2018 Vaadin Ltd.
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  5. * use this file except in compliance with the License. You may obtain a copy of
  6. * the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  12. * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  13. * License for the specific language governing permissions and limitations under
  14. * the License.
  15. */
  16. package com.vaadin.ui;
  17. import java.io.Serializable;
  18. import java.lang.reflect.Method;
  19. import java.lang.reflect.Type;
  20. import java.util.ArrayList;
  21. import java.util.Arrays;
  22. import java.util.Collection;
  23. import java.util.Collections;
  24. import java.util.Comparator;
  25. import java.util.HashMap;
  26. import java.util.HashSet;
  27. import java.util.Iterator;
  28. import java.util.LinkedHashSet;
  29. import java.util.List;
  30. import java.util.Map;
  31. import java.util.Objects;
  32. import java.util.Optional;
  33. import java.util.Set;
  34. import java.util.UUID;
  35. import java.util.function.BinaryOperator;
  36. import java.util.function.Function;
  37. import java.util.stream.Collectors;
  38. import java.util.stream.Stream;
  39. import org.jsoup.Jsoup;
  40. import org.jsoup.nodes.Attributes;
  41. import org.jsoup.nodes.Element;
  42. import org.jsoup.select.Elements;
  43. import com.vaadin.data.BeanPropertySet;
  44. import com.vaadin.data.Binder;
  45. import com.vaadin.data.Binder.Binding;
  46. import com.vaadin.data.HasDataProvider;
  47. import com.vaadin.data.HasValue;
  48. import com.vaadin.data.PropertyDefinition;
  49. import com.vaadin.data.PropertySet;
  50. import com.vaadin.data.ValueProvider;
  51. import com.vaadin.data.provider.CallbackDataProvider;
  52. import com.vaadin.data.provider.DataCommunicator;
  53. import com.vaadin.data.provider.DataGenerator;
  54. import com.vaadin.data.provider.DataProvider;
  55. import com.vaadin.data.provider.GridSortOrder;
  56. import com.vaadin.data.provider.GridSortOrderBuilder;
  57. import com.vaadin.data.provider.InMemoryDataProvider;
  58. import com.vaadin.data.provider.Query;
  59. import com.vaadin.data.provider.QuerySortOrder;
  60. import com.vaadin.event.ConnectorEvent;
  61. import com.vaadin.event.ContextClickEvent;
  62. import com.vaadin.event.HasUserOriginated;
  63. import com.vaadin.event.SortEvent;
  64. import com.vaadin.event.SortEvent.SortListener;
  65. import com.vaadin.event.SortEvent.SortNotifier;
  66. import com.vaadin.event.selection.MultiSelectionListener;
  67. import com.vaadin.event.selection.SelectionListener;
  68. import com.vaadin.event.selection.SingleSelectionListener;
  69. import com.vaadin.server.AbstractExtension;
  70. import com.vaadin.server.EncodeResult;
  71. import com.vaadin.server.Extension;
  72. import com.vaadin.server.JsonCodec;
  73. import com.vaadin.server.SerializableComparator;
  74. import com.vaadin.server.SerializableSupplier;
  75. import com.vaadin.server.Setter;
  76. import com.vaadin.server.VaadinServiceClassLoaderUtil;
  77. import com.vaadin.shared.Connector;
  78. import com.vaadin.shared.MouseEventDetails;
  79. import com.vaadin.shared.Registration;
  80. import com.vaadin.shared.data.DataCommunicatorConstants;
  81. import com.vaadin.shared.data.sort.SortDirection;
  82. import com.vaadin.shared.ui.ContentMode;
  83. import com.vaadin.shared.ui.grid.AbstractGridExtensionState;
  84. import com.vaadin.shared.ui.grid.ColumnResizeMode;
  85. import com.vaadin.shared.ui.grid.ColumnState;
  86. import com.vaadin.shared.ui.grid.DetailsManagerState;
  87. import com.vaadin.shared.ui.grid.GridClientRpc;
  88. import com.vaadin.shared.ui.grid.GridConstants;
  89. import com.vaadin.shared.ui.grid.GridConstants.Section;
  90. import com.vaadin.shared.ui.grid.GridServerRpc;
  91. import com.vaadin.shared.ui.grid.GridState;
  92. import com.vaadin.shared.ui.grid.GridStaticCellType;
  93. import com.vaadin.shared.ui.grid.HeightMode;
  94. import com.vaadin.shared.ui.grid.ScrollDestination;
  95. import com.vaadin.shared.ui.grid.SectionState;
  96. import com.vaadin.ui.components.grid.ColumnReorderListener;
  97. import com.vaadin.ui.components.grid.ColumnResizeListener;
  98. import com.vaadin.ui.components.grid.ColumnVisibilityChangeListener;
  99. import com.vaadin.ui.components.grid.DetailsGenerator;
  100. import com.vaadin.ui.components.grid.Editor;
  101. import com.vaadin.ui.components.grid.EditorImpl;
  102. import com.vaadin.ui.components.grid.Footer;
  103. import com.vaadin.ui.components.grid.FooterRow;
  104. import com.vaadin.ui.components.grid.GridMultiSelect;
  105. import com.vaadin.ui.components.grid.GridSelectionModel;
  106. import com.vaadin.ui.components.grid.GridSingleSelect;
  107. import com.vaadin.ui.components.grid.Header;
  108. import com.vaadin.ui.components.grid.Header.Row;
  109. import com.vaadin.ui.components.grid.HeaderCell;
  110. import com.vaadin.ui.components.grid.HeaderRow;
  111. import com.vaadin.ui.components.grid.ItemClickListener;
  112. import com.vaadin.ui.components.grid.MultiSelectionModel;
  113. import com.vaadin.ui.components.grid.MultiSelectionModelImpl;
  114. import com.vaadin.ui.components.grid.NoSelectionModel;
  115. import com.vaadin.ui.components.grid.SingleSelectionModel;
  116. import com.vaadin.ui.components.grid.SingleSelectionModelImpl;
  117. import com.vaadin.ui.components.grid.SortOrderProvider;
  118. import com.vaadin.ui.declarative.DesignAttributeHandler;
  119. import com.vaadin.ui.declarative.DesignContext;
  120. import com.vaadin.ui.declarative.DesignException;
  121. import com.vaadin.ui.declarative.DesignFormatter;
  122. import com.vaadin.ui.renderers.AbstractRenderer;
  123. import com.vaadin.ui.renderers.ComponentRenderer;
  124. import com.vaadin.ui.renderers.HtmlRenderer;
  125. import com.vaadin.ui.renderers.Renderer;
  126. import com.vaadin.ui.renderers.TextRenderer;
  127. import com.vaadin.util.ReflectTools;
  128. import elemental.json.Json;
  129. import elemental.json.JsonObject;
  130. import elemental.json.JsonValue;
  131. /**
  132. * A grid component for displaying tabular data.
  133. *
  134. * @author Vaadin Ltd
  135. * @since 8.0
  136. *
  137. * @param <T>
  138. * the grid bean type
  139. */
  140. public class Grid<T> extends AbstractListing<T> implements HasComponents,
  141. HasDataProvider<T>, SortNotifier<GridSortOrder<T>> {
  142. private static final String DECLARATIVE_DATA_ITEM_TYPE = "data-item-type";
  143. /**
  144. * A callback method for fetching items. The callback is provided with a
  145. * list of sort orders, offset index and limit.
  146. *
  147. * @param <T>
  148. * the grid bean type
  149. */
  150. @FunctionalInterface
  151. public interface FetchItemsCallback<T> extends Serializable {
  152. /**
  153. * Returns a stream of items ordered by given sort orders, limiting the
  154. * results with given offset and limit.
  155. * <p>
  156. * This method is called after the size of the data set is asked from a
  157. * related size callback. The offset and limit are promised to be within
  158. * the size of the data set.
  159. *
  160. * @param sortOrder
  161. * a list of sort orders
  162. * @param offset
  163. * the first index to fetch
  164. * @param limit
  165. * the fetched item count
  166. * @return stream of items
  167. */
  168. public Stream<T> fetchItems(List<QuerySortOrder> sortOrder, int offset,
  169. int limit);
  170. }
  171. @Deprecated
  172. private static final Method COLUMN_REORDER_METHOD = ReflectTools.findMethod(
  173. ColumnReorderListener.class, "columnReorder",
  174. ColumnReorderEvent.class);
  175. private static final Method SORT_ORDER_CHANGE_METHOD = ReflectTools
  176. .findMethod(SortListener.class, "sort", SortEvent.class);
  177. @Deprecated
  178. private static final Method COLUMN_RESIZE_METHOD = ReflectTools.findMethod(
  179. ColumnResizeListener.class, "columnResize",
  180. ColumnResizeEvent.class);
  181. @Deprecated
  182. private static final Method ITEM_CLICK_METHOD = ReflectTools
  183. .findMethod(ItemClickListener.class, "itemClick", ItemClick.class);
  184. @Deprecated
  185. private static final Method COLUMN_VISIBILITY_METHOD = ReflectTools
  186. .findMethod(ColumnVisibilityChangeListener.class,
  187. "columnVisibilityChanged",
  188. ColumnVisibilityChangeEvent.class);
  189. /**
  190. * Selection mode representing the built-in selection models in grid.
  191. * <p>
  192. * These enums can be used in {@link Grid#setSelectionMode(SelectionMode)}
  193. * to easily switch between the build-in selection models.
  194. *
  195. * @see Grid#setSelectionMode(SelectionMode)
  196. * @see Grid#setSelectionModel(GridSelectionModel)
  197. */
  198. public enum SelectionMode {
  199. /**
  200. * Single selection mode that maps to build-in
  201. * {@link SingleSelectionModel}.
  202. *
  203. * @see SingleSelectionModelImpl
  204. */
  205. SINGLE {
  206. @Override
  207. protected <T> GridSelectionModel<T> createModel() {
  208. return new SingleSelectionModelImpl<>();
  209. }
  210. },
  211. /**
  212. * Multiselection mode that maps to build-in {@link MultiSelectionModel}
  213. * .
  214. *
  215. * @see MultiSelectionModelImpl
  216. */
  217. MULTI {
  218. @Override
  219. protected <T> GridSelectionModel<T> createModel() {
  220. return new MultiSelectionModelImpl<>();
  221. }
  222. },
  223. /**
  224. * Selection model that doesn't allow selection.
  225. *
  226. * @see NoSelectionModel
  227. */
  228. NONE {
  229. @Override
  230. protected <T> GridSelectionModel<T> createModel() {
  231. return new NoSelectionModel<>();
  232. }
  233. };
  234. /**
  235. * Creates the selection model to use with this enum.
  236. *
  237. * @param <T>
  238. * the type of items in the grid
  239. * @return the selection model
  240. */
  241. protected abstract <T> GridSelectionModel<T> createModel();
  242. }
  243. /**
  244. * An event that is fired when the columns are reordered.
  245. */
  246. public static class ColumnReorderEvent extends Component.Event
  247. implements HasUserOriginated {
  248. private final boolean userOriginated;
  249. /**
  250. *
  251. * @param source
  252. * the grid where the event originated from
  253. * @param userOriginated
  254. * <code>true</code> if event is a result of user
  255. * interaction, <code>false</code> if from API call
  256. */
  257. public ColumnReorderEvent(Grid source, boolean userOriginated) {
  258. super(source);
  259. this.userOriginated = userOriginated;
  260. }
  261. /**
  262. * Returns <code>true</code> if the column reorder was done by the user,
  263. * <code>false</code> if not and it was triggered by server side code.
  264. *
  265. * @return <code>true</code> if event is a result of user interaction
  266. */
  267. @Override
  268. public boolean isUserOriginated() {
  269. return userOriginated;
  270. }
  271. }
  272. /**
  273. * An event that is fired when a column is resized, either programmatically
  274. * or by the user.
  275. */
  276. public static class ColumnResizeEvent extends Component.Event
  277. implements HasUserOriginated {
  278. private final Column<?, ?> column;
  279. private final boolean userOriginated;
  280. /**
  281. *
  282. * @param source
  283. * the grid where the event originated from
  284. * @param userOriginated
  285. * <code>true</code> if event is a result of user
  286. * interaction, <code>false</code> if from API call
  287. */
  288. public ColumnResizeEvent(Grid<?> source, Column<?, ?> column,
  289. boolean userOriginated) {
  290. super(source);
  291. this.column = column;
  292. this.userOriginated = userOriginated;
  293. }
  294. /**
  295. * Returns the column that was resized.
  296. *
  297. * @return the resized column.
  298. */
  299. public Column<?, ?> getColumn() {
  300. return column;
  301. }
  302. /**
  303. * Returns <code>true</code> if the column resize was done by the user,
  304. * <code>false</code> if not and it was triggered by server side code.
  305. *
  306. * @return <code>true</code> if event is a result of user interaction
  307. */
  308. @Override
  309. public boolean isUserOriginated() {
  310. return userOriginated;
  311. }
  312. }
  313. /**
  314. * An event fired when an item in the Grid has been clicked.
  315. *
  316. * @param <T>
  317. * the grid bean type
  318. */
  319. public static class ItemClick<T> extends ConnectorEvent {
  320. private final T item;
  321. private final Column<T, ?> column;
  322. private final MouseEventDetails mouseEventDetails;
  323. private final int rowIndex;
  324. /**
  325. * Creates a new {@code ItemClick} event containing the given item and
  326. * Column originating from the given Grid.
  327. *
  328. */
  329. public ItemClick(Grid<T> source, Column<T, ?> column, T item,
  330. MouseEventDetails mouseEventDetails, int rowIndex) {
  331. super(source);
  332. this.column = column;
  333. this.item = item;
  334. this.mouseEventDetails = mouseEventDetails;
  335. this.rowIndex = rowIndex;
  336. }
  337. /**
  338. * Returns the clicked item.
  339. *
  340. * @return the clicked item
  341. */
  342. public T getItem() {
  343. return item;
  344. }
  345. /**
  346. * Returns the clicked column.
  347. *
  348. * @return the clicked column
  349. */
  350. public Column<T, ?> getColumn() {
  351. return column;
  352. }
  353. /**
  354. * Returns the source Grid.
  355. *
  356. * @return the grid
  357. */
  358. @Override
  359. public Grid<T> getSource() {
  360. return (Grid<T>) super.getSource();
  361. }
  362. /**
  363. * Returns the mouse event details.
  364. *
  365. * @return the mouse event details
  366. */
  367. public MouseEventDetails getMouseEventDetails() {
  368. return mouseEventDetails;
  369. }
  370. /**
  371. * Returns the clicked rowIndex.
  372. *
  373. * @return the clicked rowIndex
  374. * @since 8.4
  375. */
  376. public int getRowIndex() {
  377. return rowIndex;
  378. }
  379. }
  380. /**
  381. * ContextClickEvent for the Grid Component.
  382. *
  383. * <p>
  384. * Usage:
  385. *
  386. * <pre>
  387. * grid.addContextClickListener(event -&gt; Notification.show(
  388. * ((GridContextClickEvent&lt;Person&gt;) event).getItem() + " Clicked"));
  389. * </pre>
  390. *
  391. * @param <T>
  392. * the grid bean type
  393. */
  394. public static class GridContextClickEvent<T> extends ContextClickEvent {
  395. private final T item;
  396. private final int rowIndex;
  397. private final Column<T, ?> column;
  398. private final Section section;
  399. /**
  400. * Creates a new context click event.
  401. *
  402. * @param source
  403. * the grid where the context click occurred
  404. * @param mouseEventDetails
  405. * details about mouse position
  406. * @param section
  407. * the section of the grid which was clicked
  408. * @param rowIndex
  409. * the index of the row which was clicked
  410. * @param item
  411. * the item which was clicked
  412. * @param column
  413. * the column which was clicked
  414. */
  415. public GridContextClickEvent(Grid<T> source,
  416. MouseEventDetails mouseEventDetails, Section section,
  417. int rowIndex, T item, Column<T, ?> column) {
  418. super(source, mouseEventDetails);
  419. this.item = item;
  420. this.section = section;
  421. this.column = column;
  422. this.rowIndex = rowIndex;
  423. }
  424. /**
  425. * Returns the item of context clicked row.
  426. *
  427. * @return item of clicked row; <code>null</code> if header or footer
  428. */
  429. public T getItem() {
  430. return item;
  431. }
  432. /**
  433. * Returns the clicked column.
  434. *
  435. * @return the clicked column
  436. */
  437. public Column<T, ?> getColumn() {
  438. return column;
  439. }
  440. /**
  441. * Return the clicked section of Grid.
  442. *
  443. * @return section of grid
  444. */
  445. public Section getSection() {
  446. return section;
  447. }
  448. /**
  449. * Returns the clicked row index.
  450. * <p>
  451. * Header and Footer rows for index can be fetched with
  452. * {@link Grid#getHeaderRow(int)} and {@link Grid#getFooterRow(int)}.
  453. *
  454. * @return row index in section
  455. */
  456. public int getRowIndex() {
  457. return rowIndex;
  458. }
  459. @Override
  460. public Grid<T> getComponent() {
  461. return (Grid<T>) super.getComponent();
  462. }
  463. }
  464. /**
  465. * An event that is fired when a column's visibility changes.
  466. *
  467. * @since 7.5.0
  468. */
  469. public static class ColumnVisibilityChangeEvent extends Component.Event
  470. implements HasUserOriginated {
  471. private final Column<?, ?> column;
  472. private final boolean userOriginated;
  473. private final boolean hidden;
  474. /**
  475. * Constructor for a column visibility change event.
  476. *
  477. * @param source
  478. * the grid from which this event originates
  479. * @param column
  480. * the column that changed its visibility
  481. * @param hidden
  482. * <code>true</code> if the column was hidden,
  483. * <code>false</code> if it became visible
  484. * @param isUserOriginated
  485. * <code>true</code> if the event was triggered by an UI
  486. * interaction
  487. */
  488. public ColumnVisibilityChangeEvent(Grid<?> source, Column<?, ?> column,
  489. boolean hidden, boolean isUserOriginated) {
  490. super(source);
  491. this.column = column;
  492. this.hidden = hidden;
  493. userOriginated = isUserOriginated;
  494. }
  495. /**
  496. * Gets the column that became hidden or visible.
  497. *
  498. * @return the column that became hidden or visible.
  499. * @see Column#isHidden()
  500. */
  501. public Column<?, ?> getColumn() {
  502. return column;
  503. }
  504. /**
  505. * Was the column set hidden or visible.
  506. *
  507. * @return <code>true</code> if the column was hidden <code>false</code>
  508. * if it was set visible
  509. */
  510. public boolean isHidden() {
  511. return hidden;
  512. }
  513. @Override
  514. public boolean isUserOriginated() {
  515. return userOriginated;
  516. }
  517. }
  518. /**
  519. * A helper base class for creating extensions for the Grid component.
  520. *
  521. * @param <T>
  522. */
  523. public abstract static class AbstractGridExtension<T>
  524. extends AbstractListingExtension<T> {
  525. @Override
  526. public void extend(AbstractListing<T> grid) {
  527. if (!(grid instanceof Grid)) {
  528. throw new IllegalArgumentException(
  529. getClass().getSimpleName() + " can only extend Grid");
  530. }
  531. super.extend(grid);
  532. }
  533. /**
  534. * Adds given component to the connector hierarchy of Grid.
  535. *
  536. * @param c
  537. * the component to add
  538. */
  539. protected void addComponentToGrid(Component c) {
  540. getParent().addExtensionComponent(c);
  541. }
  542. /**
  543. * Removes given component from the connector hierarchy of Grid.
  544. *
  545. * @param c
  546. * the component to remove
  547. */
  548. protected void removeComponentFromGrid(Component c) {
  549. getParent().removeExtensionComponent(c);
  550. }
  551. @Override
  552. public Grid<T> getParent() {
  553. return (Grid<T>) super.getParent();
  554. }
  555. @Override
  556. protected AbstractGridExtensionState getState() {
  557. return (AbstractGridExtensionState) super.getState();
  558. }
  559. @Override
  560. protected AbstractGridExtensionState getState(boolean markAsDirty) {
  561. return (AbstractGridExtensionState) super.getState(markAsDirty);
  562. }
  563. protected String getInternalIdForColumn(Column<T, ?> column) {
  564. return getParent().getInternalIdForColumn(column);
  565. }
  566. }
  567. private final class GridServerRpcImpl implements GridServerRpc {
  568. @Override
  569. public void sort(String[] columnInternalIds, SortDirection[] directions,
  570. boolean isUserOriginated) {
  571. assert columnInternalIds.length == directions.length : "Column and sort direction counts don't match.";
  572. List<GridSortOrder<T>> list = new ArrayList<>(directions.length);
  573. for (int i = 0; i < columnInternalIds.length; ++i) {
  574. Column<T, ?> column = columnKeys.get(columnInternalIds[i]);
  575. list.add(new GridSortOrder<>(column, directions[i]));
  576. }
  577. setSortOrder(list, isUserOriginated);
  578. }
  579. @Override
  580. public void itemClick(String rowKey, String columnInternalId,
  581. MouseEventDetails details, int rowIndex) {
  582. Column<T, ?> column = getColumnByInternalId(columnInternalId);
  583. T item = getDataCommunicator().getKeyMapper().get(rowKey);
  584. fireEvent(new ItemClick<>(Grid.this, column, item, details,
  585. rowIndex));
  586. }
  587. @Override
  588. public void contextClick(int rowIndex, String rowKey,
  589. String columnInternalId, Section section,
  590. MouseEventDetails details) {
  591. T item = null;
  592. if (rowKey != null) {
  593. item = getDataCommunicator().getKeyMapper().get(rowKey);
  594. }
  595. fireEvent(new GridContextClickEvent<>(Grid.this, details, section,
  596. rowIndex, item, getColumnByInternalId(columnInternalId)));
  597. }
  598. @Override
  599. public void columnsReordered(List<String> newColumnOrder,
  600. List<String> oldColumnOrder) {
  601. final String diffStateKey = "columnOrder";
  602. ConnectorTracker connectorTracker = getUI().getConnectorTracker();
  603. JsonObject diffState = connectorTracker.getDiffState(Grid.this);
  604. // discard the change if the columns have been reordered from
  605. // the server side, as the server side is always right
  606. if (getState(false).columnOrder.equals(oldColumnOrder)) {
  607. // Don't mark as dirty since client has the state already
  608. getState(false).columnOrder = newColumnOrder;
  609. // write changes to diffState so that possible reverting the
  610. // column order is sent to client
  611. assert diffState
  612. .hasKey(diffStateKey) : "Field name has changed";
  613. Type type = null;
  614. try {
  615. type = getState(false).getClass().getField(diffStateKey)
  616. .getGenericType();
  617. } catch (NoSuchFieldException | SecurityException e) {
  618. e.printStackTrace();
  619. }
  620. EncodeResult encodeResult = JsonCodec.encode(
  621. getState(false).columnOrder, diffState, type,
  622. connectorTracker);
  623. diffState.put(diffStateKey, encodeResult.getEncodedValue());
  624. fireColumnReorderEvent(true);
  625. } else {
  626. // make sure the client is reverted to the order that the
  627. // server thinks it is
  628. diffState.remove(diffStateKey);
  629. markAsDirty();
  630. }
  631. }
  632. @Override
  633. public void columnVisibilityChanged(String internalId, boolean hidden) {
  634. Column<T, ?> column = getColumnByInternalId(internalId);
  635. column.checkColumnIsAttached();
  636. if (column.isHidden() != hidden) {
  637. column.getState().hidden = hidden;
  638. fireColumnVisibilityChangeEvent(column, hidden, true);
  639. }
  640. }
  641. @Override
  642. public void columnResized(String internalId, double pixels) {
  643. final Column<T, ?> column = getColumnByInternalId(internalId);
  644. if (column != null && column.isResizable()) {
  645. column.getState().width = pixels;
  646. fireColumnResizeEvent(column, true);
  647. }
  648. }
  649. }
  650. /**
  651. * Class for managing visible details rows.
  652. *
  653. * @param <T>
  654. * the grid bean type
  655. */
  656. public static class DetailsManager<T> extends AbstractGridExtension<T> {
  657. private final Set<T> visibleDetails = new HashSet<>();
  658. private final Map<T, Component> components = new HashMap<>();
  659. private DetailsGenerator<T> generator;
  660. /**
  661. * Sets the details component generator.
  662. *
  663. * @param generator
  664. * the generator for details components
  665. */
  666. public void setDetailsGenerator(DetailsGenerator<T> generator) {
  667. if (this.generator != generator) {
  668. removeAllComponents();
  669. }
  670. getState().hasDetailsGenerator = generator != null;
  671. this.generator = generator;
  672. visibleDetails.forEach(this::refresh);
  673. }
  674. @Override
  675. public void remove() {
  676. removeAllComponents();
  677. super.remove();
  678. }
  679. private void removeAllComponents() {
  680. // Clean up old components
  681. components.values().forEach(this::removeComponentFromGrid);
  682. components.clear();
  683. }
  684. @Override
  685. public void generateData(T item, JsonObject jsonObject) {
  686. if (generator == null || !visibleDetails.contains(item)) {
  687. return;
  688. }
  689. if (!components.containsKey(item)) {
  690. Component detailsComponent = generator.apply(item);
  691. Objects.requireNonNull(detailsComponent,
  692. "Details generator can't create null components");
  693. if (detailsComponent.getParent() != null) {
  694. throw new IllegalStateException(
  695. "Details component was already attached");
  696. }
  697. addComponentToGrid(detailsComponent);
  698. components.put(item, detailsComponent);
  699. }
  700. jsonObject.put(GridState.JSONKEY_DETAILS_VISIBLE,
  701. components.get(item).getConnectorId());
  702. }
  703. @Override
  704. public void destroyData(T item) {
  705. // No clean up needed. Components are removed when hiding details
  706. // and/or changing details generator
  707. }
  708. /**
  709. * Sets the visibility of details component for given item.
  710. *
  711. * @param item
  712. * the item to show details for
  713. * @param visible
  714. * {@code true} if details component should be visible;
  715. * {@code false} if it should be hidden
  716. */
  717. public void setDetailsVisible(T item, boolean visible) {
  718. boolean refresh = false;
  719. if (!visible) {
  720. refresh = visibleDetails.remove(item);
  721. if (components.containsKey(item)) {
  722. removeComponentFromGrid(components.remove(item));
  723. }
  724. } else {
  725. refresh = visibleDetails.add(item);
  726. }
  727. if (refresh) {
  728. refresh(item);
  729. }
  730. }
  731. /**
  732. * Returns the visibility of details component for given item.
  733. *
  734. * @param item
  735. * the item to show details for
  736. *
  737. * @return {@code true} if details component should be visible;
  738. * {@code false} if it should be hidden
  739. */
  740. public boolean isDetailsVisible(T item) {
  741. return visibleDetails.contains(item);
  742. }
  743. @Override
  744. public Grid<T> getParent() {
  745. return super.getParent();
  746. }
  747. @Override
  748. protected DetailsManagerState getState() {
  749. return (DetailsManagerState) super.getState();
  750. }
  751. @Override
  752. protected DetailsManagerState getState(boolean markAsDirty) {
  753. return (DetailsManagerState) super.getState(markAsDirty);
  754. }
  755. }
  756. /**
  757. * This extension manages the configuration and data communication for a
  758. * Column inside of a Grid component.
  759. *
  760. * @param <T>
  761. * the grid bean type
  762. * @param <V>
  763. * the column value type
  764. */
  765. public static class Column<T, V> extends AbstractExtension {
  766. /**
  767. * behavior when parsing nested properties which may contain
  768. * <code>null</code> values in the property chain
  769. */
  770. public enum NestedNullBehavior {
  771. /**
  772. * throw a NullPointerException if there is a nested
  773. * <code>null</code> value
  774. */
  775. THROW,
  776. /**
  777. * silently ignore any exceptions caused by nested <code>null</code>
  778. * values
  779. */
  780. ALLOW_NULLS
  781. }
  782. private final ValueProvider<T, V> valueProvider;
  783. private ValueProvider<V, ?> presentationProvider;
  784. private SortOrderProvider sortOrderProvider = direction -> {
  785. String id = getId();
  786. if (id == null) {
  787. return Stream.empty();
  788. }
  789. return Stream.of(new QuerySortOrder(id, direction));
  790. };
  791. private NestedNullBehavior nestedNullBehavior = NestedNullBehavior.THROW;
  792. private boolean sortable = true;
  793. private SerializableComparator<T> comparator;
  794. private StyleGenerator<T> styleGenerator = item -> null;
  795. private DescriptionGenerator<T> descriptionGenerator;
  796. private DataGenerator<T> dataGenerator = new DataGenerator<T>() {
  797. @Override
  798. public void generateData(T item, JsonObject jsonObject) {
  799. ColumnState state = getState(false);
  800. String communicationId = getConnectorId();
  801. assert communicationId != null : "No communication ID set for column "
  802. + state.caption;
  803. JsonObject obj = getDataObject(jsonObject,
  804. DataCommunicatorConstants.DATA);
  805. obj.put(communicationId, generateRendererValue(item,
  806. presentationProvider, state.renderer));
  807. String style = styleGenerator.apply(item);
  808. if (style != null && !style.isEmpty()) {
  809. JsonObject styleObj = getDataObject(jsonObject,
  810. GridState.JSONKEY_CELLSTYLES);
  811. styleObj.put(communicationId, style);
  812. }
  813. if (descriptionGenerator != null) {
  814. String description = descriptionGenerator.apply(item);
  815. if (description != null && !description.isEmpty()) {
  816. JsonObject descriptionObj = getDataObject(jsonObject,
  817. GridState.JSONKEY_CELLDESCRIPTION);
  818. descriptionObj.put(communicationId, description);
  819. }
  820. }
  821. }
  822. @Override
  823. public void destroyData(T item) {
  824. removeComponent(getGrid().getDataProvider().getId(item));
  825. }
  826. @Override
  827. public void destroyAllData() {
  828. // Make a defensive copy of keys, as the map gets cleared when
  829. // removing components.
  830. new HashSet<>(activeComponents.keySet())
  831. .forEach(component -> removeComponent(component));
  832. }
  833. };
  834. private Binding<T, ?> editorBinding;
  835. private Map<Object, Component> activeComponents = new HashMap<>();
  836. private String userId;
  837. /**
  838. * Constructs a new Column configuration with given renderer and value
  839. * provider.
  840. *
  841. * @param valueProvider
  842. * the function to get values from items, not
  843. * <code>null</code>
  844. * @param renderer
  845. * the value renderer, not <code>null</code>
  846. */
  847. protected Column(ValueProvider<T, V> valueProvider,
  848. Renderer<? super V> renderer) {
  849. this(valueProvider, ValueProvider.identity(), renderer);
  850. }
  851. /**
  852. * Constructs a new Column configuration with given renderer and value
  853. * provider.
  854. * <p>
  855. * For a more complete explanation on presentation provider, see
  856. * {@link #setRenderer(ValueProvider, Renderer)}.
  857. *
  858. * @param valueProvider
  859. * the function to get values from items, not
  860. * <code>null</code>
  861. * @param presentationProvider
  862. * the function to get presentations from the value of this
  863. * column, not <code>null</code>. For more details, see
  864. * {@link #setRenderer(ValueProvider, Renderer)}
  865. * @param renderer
  866. * the presentation renderer, not <code>null</code>
  867. * @param <P>
  868. * the presentation type
  869. *
  870. * @since 8.1
  871. */
  872. protected <P> Column(ValueProvider<T, V> valueProvider,
  873. ValueProvider<V, P> presentationProvider,
  874. Renderer<? super P> renderer) {
  875. Objects.requireNonNull(valueProvider,
  876. "Value provider can't be null");
  877. Objects.requireNonNull(presentationProvider,
  878. "Presentation provider can't be null");
  879. Objects.requireNonNull(renderer, "Renderer can't be null");
  880. ColumnState state = getState();
  881. this.valueProvider = valueProvider;
  882. this.presentationProvider = presentationProvider;
  883. state.renderer = renderer;
  884. state.caption = "";
  885. // Add the renderer as a child extension of this extension, thus
  886. // ensuring the renderer will be unregistered when this column is
  887. // removed
  888. addExtension(renderer);
  889. Class<? super P> valueType = renderer.getPresentationType();
  890. if (Comparable.class.isAssignableFrom(valueType)) {
  891. comparator = (a, b) -> compareComparables(
  892. valueProvider.apply(a), valueProvider.apply(b));
  893. } else if (Number.class.isAssignableFrom(valueType)) {
  894. /*
  895. * Value type will be Number whenever using NumberRenderer.
  896. * Provide explicit comparison support in this case even though
  897. * Number itself isn't Comparable.
  898. */
  899. comparator = (a, b) -> compareNumbers(
  900. (Number) valueProvider.apply(a),
  901. (Number) valueProvider.apply(b));
  902. } else {
  903. comparator = (a, b) -> compareMaybeComparables(
  904. valueProvider.apply(a), valueProvider.apply(b));
  905. }
  906. }
  907. /**
  908. * Constructs a new Column configuration with given renderer and value
  909. * provider.
  910. * <p>
  911. * For a more complete explanation on presentation provider, see
  912. * {@link #setRenderer(ValueProvider, Renderer)}.
  913. *
  914. * @param valueProvider
  915. * the function to get values from items, not
  916. * <code>null</code>
  917. * @param presentationProvider
  918. * the function to get presentations from the value of this
  919. * column, not <code>null</code>. For more details, see
  920. * {@link #setRenderer(ValueProvider, Renderer)}
  921. * @param nestedNullBehavior
  922. * behavior on encountering nested <code>null</code> values
  923. * when reading the value from the bean
  924. * @param renderer
  925. * the presentation renderer, not <code>null</code>
  926. * @param <P>
  927. * the presentation type
  928. *
  929. * @since 8.8
  930. */
  931. protected <P> Column(ValueProvider<T, V> valueProvider,
  932. ValueProvider<V, P> presentationProvider,
  933. Renderer<? super P> renderer,
  934. NestedNullBehavior nestedNullBehavior) {
  935. this(valueProvider, presentationProvider, renderer);
  936. this.nestedNullBehavior = nestedNullBehavior;
  937. }
  938. private static int compareMaybeComparables(Object a, Object b) {
  939. if (hasCommonComparableBaseType(a, b)) {
  940. return compareComparables(a, b);
  941. }
  942. return compareComparables(Objects.toString(a, ""),
  943. Objects.toString(b, ""));
  944. }
  945. private static boolean hasCommonComparableBaseType(Object a, Object b) {
  946. if (a instanceof Comparable<?> && b instanceof Comparable<?>) {
  947. Class<?> aClass = a.getClass();
  948. Class<?> bClass = b.getClass();
  949. if (aClass == bClass) {
  950. return true;
  951. }
  952. Class<?> baseType = ReflectTools.findCommonBaseType(aClass,
  953. bClass);
  954. if (Comparable.class.isAssignableFrom(baseType)) {
  955. return true;
  956. }
  957. }
  958. if ((a == null && b instanceof Comparable<?>)
  959. || (b == null && a instanceof Comparable<?>)) {
  960. return true;
  961. }
  962. return false;
  963. }
  964. @SuppressWarnings({ "unchecked", "rawtypes" })
  965. private static int compareComparables(Object a, Object b) {
  966. return ((Comparator) Comparator
  967. .nullsLast(Comparator.naturalOrder())).compare(a, b);
  968. }
  969. @SuppressWarnings("unchecked")
  970. private static int compareNumbers(Number a, Number b) {
  971. Number valueA = a != null ? a : Double.POSITIVE_INFINITY;
  972. Number valueB = b != null ? b : Double.POSITIVE_INFINITY;
  973. // Most Number implementations are Comparable
  974. if (valueA instanceof Comparable
  975. && valueA.getClass().isInstance(valueB)) {
  976. return ((Comparable<Number>) valueA).compareTo(valueB);
  977. }
  978. if (valueA.equals(valueB)) {
  979. return 0;
  980. }
  981. // Fall back to comparing based on potentially truncated values
  982. int compare = Long.compare(valueA.longValue(), valueB.longValue());
  983. if (compare == 0) {
  984. // This might still produce 0 even though the values are not
  985. // equals, but there's nothing more we can do about that
  986. compare = Double.compare(valueA.doubleValue(),
  987. valueB.doubleValue());
  988. }
  989. return compare;
  990. }
  991. @SuppressWarnings("unchecked")
  992. private <P> JsonValue generateRendererValue(T item,
  993. ValueProvider<V, P> presentationProvider, Connector renderer) {
  994. V value;
  995. try {
  996. value = valueProvider.apply(item);
  997. } catch (NullPointerException npe) {
  998. value = null;
  999. if (NestedNullBehavior.THROW == nestedNullBehavior) {
  1000. throw npe;
  1001. }
  1002. }
  1003. P presentationValue = presentationProvider.apply(value);
  1004. // Make Grid track components.
  1005. if (renderer instanceof ComponentRenderer
  1006. && presentationValue instanceof Component) {
  1007. addComponent(getGrid().getDataProvider().getId(item),
  1008. (Component) presentationValue);
  1009. }
  1010. return ((Renderer<P>) renderer).encode(presentationValue);
  1011. }
  1012. private void addComponent(Object item, Component component) {
  1013. if (activeComponents.containsKey(item)) {
  1014. if (activeComponents.get(item).equals(component)) {
  1015. // Reusing old component
  1016. return;
  1017. }
  1018. removeComponent(item);
  1019. }
  1020. activeComponents.put(item, component);
  1021. getGrid().addExtensionComponent(component);
  1022. }
  1023. private void removeComponent(Object item) {
  1024. Component component = activeComponents.remove(item);
  1025. if (component != null) {
  1026. getGrid().removeExtensionComponent(component);
  1027. }
  1028. }
  1029. /**
  1030. * Gets a data object with the given key from the given JsonObject. If
  1031. * there is no object with the key, this method creates a new
  1032. * JsonObject.
  1033. *
  1034. * @param jsonObject
  1035. * the json object
  1036. * @param key
  1037. * the key where the desired data object is stored
  1038. * @return data object for the given key
  1039. */
  1040. private JsonObject getDataObject(JsonObject jsonObject, String key) {
  1041. if (!jsonObject.hasKey(key)) {
  1042. jsonObject.put(key, Json.createObject());
  1043. }
  1044. return jsonObject.getObject(key);
  1045. }
  1046. @Override
  1047. protected ColumnState getState() {
  1048. return getState(true);
  1049. }
  1050. @Override
  1051. protected ColumnState getState(boolean markAsDirty) {
  1052. return (ColumnState) super.getState(markAsDirty);
  1053. }
  1054. /**
  1055. * This method extends the given Grid with this Column.
  1056. *
  1057. * @param grid
  1058. * the grid to extend
  1059. */
  1060. private void extend(Grid<T> grid) {
  1061. super.extend(grid);
  1062. }
  1063. /**
  1064. * Returns the identifier used with this Column in communication.
  1065. *
  1066. * @return the identifier string
  1067. */
  1068. private String getInternalId() {
  1069. return getState(false).internalId;
  1070. }
  1071. /**
  1072. * Sets the identifier to use with this Column in communication.
  1073. *
  1074. * @param id
  1075. * the identifier string
  1076. */
  1077. private void setInternalId(String id) {
  1078. Objects.requireNonNull(id, "Communication ID can't be null");
  1079. getState().internalId = id;
  1080. }
  1081. /**
  1082. * Returns the user-defined identifier for this column.
  1083. *
  1084. * @return the identifier string
  1085. */
  1086. public String getId() {
  1087. return userId;
  1088. }
  1089. /**
  1090. * Sets the user-defined identifier to map this column. The identifier
  1091. * can be used for example in {@link Grid#getColumn(String)}.
  1092. * <p>
  1093. * The id is also used as the {@link #setSortProperty(String...) backend
  1094. * sort property} for this column if no sort property or sort order
  1095. * provider has been set for this column.
  1096. *
  1097. * @see #setSortProperty(String...)
  1098. * @see #setSortOrderProvider(SortOrderProvider)
  1099. *
  1100. * @param id
  1101. * the identifier string
  1102. * @return this column
  1103. */
  1104. public Column<T, V> setId(String id) {
  1105. Objects.requireNonNull(id, "Column identifier cannot be null");
  1106. if (userId != null) {
  1107. throw new IllegalStateException(
  1108. "Column identifier cannot be changed");
  1109. }
  1110. userId = id;
  1111. getGrid().setColumnId(id, this);
  1112. updateSortable();
  1113. return this;
  1114. }
  1115. private void updateSortable() {
  1116. boolean inMemory = getGrid().getDataProvider().isInMemory();
  1117. boolean hasSortOrder = getSortOrder(SortDirection.ASCENDING)
  1118. .count() != 0;
  1119. getState().sortable = this.sortable && (inMemory || hasSortOrder);
  1120. }
  1121. /**
  1122. * Gets the function used to produce the value for data in this column
  1123. * based on the row item.
  1124. *
  1125. * @return the value provider function
  1126. *
  1127. * @since 8.0.3
  1128. */
  1129. public ValueProvider<T, V> getValueProvider() {
  1130. return valueProvider;
  1131. }
  1132. /**
  1133. * Sets whether the user can sort this column or not. Whether the column
  1134. * is actually sortable after {@code setSortable(true)} depends on the
  1135. * {@link DataProvider} and the defined sort order for this column. When
  1136. * using an {@link InMemoryDataProvider} sorting can be automatic.
  1137. *
  1138. * @param sortable
  1139. * {@code true} to enable sorting for this column;
  1140. * {@code false} to disable it
  1141. * @return this column
  1142. */
  1143. public Column<T, V> setSortable(boolean sortable) {
  1144. if (this.sortable != sortable) {
  1145. this.sortable = sortable;
  1146. updateSortable();
  1147. }
  1148. return this;
  1149. }
  1150. /**
  1151. * Gets whether sorting is enabled for this column.
  1152. *
  1153. * @return {@code true} if the sorting is enabled for this column;
  1154. * {@code false} if not
  1155. */
  1156. public boolean isSortable() {
  1157. return sortable;
  1158. }
  1159. /**
  1160. * Gets whether the user can actually sort this column.
  1161. *
  1162. * @return {@code true} if the column can be sorted by the user;
  1163. * {@code false} if not
  1164. *
  1165. * @since 8.3.2
  1166. */
  1167. public boolean isSortableByUser() {
  1168. return getState(false).sortable;
  1169. }
  1170. /**
  1171. * Sets the header aria-label for this column.
  1172. *
  1173. * @param caption
  1174. * the header aria-label, null removes the aria-label from
  1175. * this column
  1176. *
  1177. * @return this column
  1178. *
  1179. * @since 8.2
  1180. */
  1181. public Column<T, V> setAssistiveCaption(String caption) {
  1182. if (Objects.equals(caption, getAssistiveCaption())) {
  1183. return this;
  1184. }
  1185. getState().assistiveCaption = caption;
  1186. return this;
  1187. }
  1188. /**
  1189. * Gets the header caption for this column.
  1190. *
  1191. * @return header caption
  1192. *
  1193. * @since 8.2
  1194. */
  1195. public String getAssistiveCaption() {
  1196. return getState(false).assistiveCaption;
  1197. }
  1198. /**
  1199. * Sets the header caption for this column.
  1200. *
  1201. * @param caption
  1202. * the header caption, not null
  1203. *
  1204. * @return this column
  1205. */
  1206. public Column<T, V> setCaption(String caption) {
  1207. Objects.requireNonNull(caption, "Header caption can't be null");
  1208. caption = Jsoup.parse(caption).text();
  1209. if (caption.equals(getState(false).caption)) {
  1210. return this;
  1211. }
  1212. getState().caption = caption;
  1213. HeaderRow row = getGrid().getDefaultHeaderRow();
  1214. if (row != null) {
  1215. row.getCell(this).setText(caption);
  1216. }
  1217. return this;
  1218. }
  1219. /**
  1220. * Gets the header caption for this column.
  1221. *
  1222. * @return header caption
  1223. */
  1224. public String getCaption() {
  1225. return getState(false).caption;
  1226. }
  1227. /**
  1228. * Sets a comparator to use with in-memory sorting with this column.
  1229. * Sorting with a back-end is done using
  1230. * {@link Column#setSortProperty(String...)}.
  1231. *
  1232. * @param comparator
  1233. * the comparator to use when sorting data in this column
  1234. * @return this column
  1235. */
  1236. public Column<T, V> setComparator(
  1237. SerializableComparator<T> comparator) {
  1238. Objects.requireNonNull(comparator, "Comparator can't be null");
  1239. this.comparator = comparator;
  1240. return this;
  1241. }
  1242. /**
  1243. * Gets the comparator to use with in-memory sorting for this column
  1244. * when sorting in the given direction.
  1245. *
  1246. * @param sortDirection
  1247. * the direction this column is sorted by
  1248. * @return comparator for this column
  1249. */
  1250. public SerializableComparator<T> getComparator(
  1251. SortDirection sortDirection) {
  1252. Objects.requireNonNull(comparator,
  1253. "No comparator defined for sorted column.");
  1254. boolean reverse = sortDirection != SortDirection.ASCENDING;
  1255. return reverse ? (t1, t2) -> comparator.reversed().compare(t1, t2)
  1256. : comparator;
  1257. }
  1258. /**
  1259. * Sets strings describing back end properties to be used when sorting
  1260. * this column.
  1261. * <p>
  1262. * By default, the {@link #setId(String) column id} will be used as the
  1263. * sort property.
  1264. *
  1265. * @param properties
  1266. * the array of strings describing backend properties
  1267. * @return this column
  1268. */
  1269. public Column<T, V> setSortProperty(String... properties) {
  1270. Objects.requireNonNull(properties, "Sort properties can't be null");
  1271. return setSortOrderProvider(dir -> Arrays.stream(properties)
  1272. .map(s -> new QuerySortOrder(s, dir)));
  1273. }
  1274. /**
  1275. * Sets the sort orders when sorting this column. The sort order
  1276. * provider is a function which provides {@link QuerySortOrder} objects
  1277. * to describe how to sort by this column.
  1278. * <p>
  1279. * By default, the {@link #setId(String) column id} will be used as the
  1280. * sort property.
  1281. *
  1282. * @param provider
  1283. * the function to use when generating sort orders with the
  1284. * given direction
  1285. * @return this column
  1286. */
  1287. public Column<T, V> setSortOrderProvider(SortOrderProvider provider) {
  1288. Objects.requireNonNull(provider,
  1289. "Sort order provider can't be null");
  1290. sortOrderProvider = provider;
  1291. // Update state
  1292. updateSortable();
  1293. return this;
  1294. }
  1295. /**
  1296. * Gets the sort orders to use with back-end sorting for this column
  1297. * when sorting in the given direction.
  1298. *
  1299. * @see #setSortProperty(String...)
  1300. * @see #setId(String)
  1301. * @see #setSortOrderProvider(SortOrderProvider)
  1302. *
  1303. * @param direction
  1304. * the sorting direction
  1305. * @return stream of sort orders
  1306. */
  1307. public Stream<QuerySortOrder> getSortOrder(SortDirection direction) {
  1308. return sortOrderProvider.apply(direction);
  1309. }
  1310. /**
  1311. * Sets the style generator that is used for generating class names for
  1312. * cells in this column. Returning null from the generator results in no
  1313. * custom style name being set.
  1314. *
  1315. * Note: The style generator is applied only to the body cells, not to
  1316. * the Editor.
  1317. *
  1318. * @param cellStyleGenerator
  1319. * the cell style generator to set, not null
  1320. * @return this column
  1321. * @throws NullPointerException
  1322. * if {@code cellStyleGenerator} is {@code null}
  1323. */
  1324. public Column<T, V> setStyleGenerator(
  1325. StyleGenerator<T> cellStyleGenerator) {
  1326. Objects.requireNonNull(cellStyleGenerator,
  1327. "Cell style generator must not be null");
  1328. this.styleGenerator = cellStyleGenerator;
  1329. getGrid().getDataCommunicator().reset();
  1330. return this;
  1331. }
  1332. /**
  1333. * Gets the style generator that is used for generating styles for
  1334. * cells.
  1335. *
  1336. * @return the cell style generator
  1337. */
  1338. public StyleGenerator<T> getStyleGenerator() {
  1339. return styleGenerator;
  1340. }
  1341. /**
  1342. * Sets the description generator that is used for generating
  1343. * descriptions for cells in this column. This method uses the
  1344. * {@link ContentMode#PREFORMATTED} content mode.
  1345. *
  1346. * @see #setDescriptionGenerator(DescriptionGenerator, ContentMode)
  1347. *
  1348. * @param cellDescriptionGenerator
  1349. * the cell description generator to set, or {@code null} to
  1350. * remove a previously set generator
  1351. * @return this column
  1352. */
  1353. public Column<T, V> setDescriptionGenerator(
  1354. DescriptionGenerator<T> cellDescriptionGenerator) {
  1355. return setDescriptionGenerator(cellDescriptionGenerator,
  1356. ContentMode.PREFORMATTED);
  1357. }
  1358. /**
  1359. * Sets the description generator that is used for generating
  1360. * descriptions for cells in this column. This method uses the given
  1361. * content mode.
  1362. *
  1363. * @see #setDescriptionGenerator(DescriptionGenerator)
  1364. *
  1365. * @param cellDescriptionGenerator
  1366. * the cell description generator to set, or {@code null} to
  1367. * remove a previously set generator
  1368. * @param tooltipContentMode
  1369. * the content mode for tooltips
  1370. * @return this column
  1371. *
  1372. * @since 8.2
  1373. */
  1374. public Column<T, V> setDescriptionGenerator(
  1375. DescriptionGenerator<T> cellDescriptionGenerator,
  1376. ContentMode tooltipContentMode) {
  1377. this.descriptionGenerator = cellDescriptionGenerator;
  1378. getState().tooltipContentMode = tooltipContentMode;
  1379. getGrid().getDataCommunicator().reset();
  1380. return this;
  1381. }
  1382. /**
  1383. * Gets the description generator that is used for generating
  1384. * descriptions for cells.
  1385. *
  1386. * @return the cell description generator, or <code>null</code> if no
  1387. * generator is set
  1388. */
  1389. public DescriptionGenerator<T> getDescriptionGenerator() {
  1390. return descriptionGenerator;
  1391. }
  1392. /**
  1393. * Sets the ratio with which the column expands.
  1394. * <p>
  1395. * By default, all columns expand equally (treated as if all of them had
  1396. * an expand ratio of 1). Once at least one column gets a defined expand
  1397. * ratio, the implicit expand ratio is removed, and only the defined
  1398. * expand ratios are taken into account.
  1399. * <p>
  1400. * If a column has a defined width ({@link #setWidth(double)}), it
  1401. * overrides this method's effects.
  1402. * <p>
  1403. * <em>Example:</em> A grid with three columns, with expand ratios 0, 1
  1404. * and 2, respectively. The column with a <strong>ratio of 0 is exactly
  1405. * as wide as its contents requires</strong>. The column with a ratio of
  1406. * 1 is as wide as it needs, <strong>plus a third of any excess
  1407. * space</strong>, because we have 3 parts total, and this column
  1408. * reserves only one of those. The column with a ratio of 2, is as wide
  1409. * as it needs to be, <strong>plus two thirds</strong> of the excess
  1410. * width.
  1411. *
  1412. * @param expandRatio
  1413. * the expand ratio of this column. {@code 0} to not have it
  1414. * expand at all. A negative number to clear the expand
  1415. * value.
  1416. * @throws IllegalStateException
  1417. * if the column is no longer attached to any grid
  1418. * @see #setWidth(double)
  1419. */
  1420. public Column<T, V> setExpandRatio(int expandRatio)
  1421. throws IllegalStateException {
  1422. checkColumnIsAttached();
  1423. if (expandRatio != getExpandRatio()) {
  1424. getState().expandRatio = expandRatio;
  1425. getGrid().markAsDirty();
  1426. }
  1427. return this;
  1428. }
  1429. /**
  1430. * Returns the column's expand ratio.
  1431. *
  1432. * @return the column's expand ratio
  1433. * @see #setExpandRatio(int)
  1434. */
  1435. public int getExpandRatio() {
  1436. return getState(false).expandRatio;
  1437. }
  1438. /**
  1439. * Clears the expand ratio for this column.
  1440. * <p>
  1441. * Equal to calling {@link #setExpandRatio(int) setExpandRatio(-1)}
  1442. *
  1443. * @throws IllegalStateException
  1444. * if the column is no longer attached to any grid
  1445. */
  1446. public Column<T, V> clearExpandRatio() throws IllegalStateException {
  1447. return setExpandRatio(-1);
  1448. }
  1449. /**
  1450. * Returns the width (in pixels). By default a column width is
  1451. * {@value com.vaadin.shared.ui.grid.GridConstants#DEFAULT_COLUMN_WIDTH_PX}
  1452. * (undefined).
  1453. *
  1454. * @return the width in pixels of the column
  1455. * @throws IllegalStateException
  1456. * if the column is no longer attached to any grid
  1457. */
  1458. public double getWidth() throws IllegalStateException {
  1459. checkColumnIsAttached();
  1460. return getState(false).width;
  1461. }
  1462. /**
  1463. * Sets the width (in pixels).
  1464. * <p>
  1465. * This overrides any configuration set by any of
  1466. * {@link #setExpandRatio(int)}, {@link #setMinimumWidth(double)} or
  1467. * {@link #setMaximumWidth(double)}.
  1468. *
  1469. * @param pixelWidth
  1470. * the new pixel width of the column
  1471. * @return the column itself
  1472. *
  1473. * @throws IllegalStateException
  1474. * if the column is no longer attached to any grid
  1475. * @throws IllegalArgumentException
  1476. * thrown if pixel width is less than zero
  1477. */
  1478. public Column<T, V> setWidth(double pixelWidth)
  1479. throws IllegalStateException, IllegalArgumentException {
  1480. checkColumnIsAttached();
  1481. if (pixelWidth < 0) {
  1482. throw new IllegalArgumentException(
  1483. "Pixel width should be greated than 0 (in " + toString()
  1484. + ")");
  1485. }
  1486. if (pixelWidth != getWidth()) {
  1487. getState().width = pixelWidth;
  1488. getGrid().markAsDirty();
  1489. getGrid().fireColumnResizeEvent(this, false);
  1490. }
  1491. return this;
  1492. }
  1493. /**
  1494. * Returns whether this column has an undefined width.
  1495. *
  1496. * @since 7.6
  1497. * @return whether the width is undefined
  1498. * @throws IllegalStateException
  1499. * if the column is no longer attached to any grid
  1500. */
  1501. public boolean isWidthUndefined() {
  1502. checkColumnIsAttached();
  1503. return getState(false).width < 0;
  1504. }
  1505. /**
  1506. * Marks the column width as undefined. An undefined width means the
  1507. * grid is free to resize the column based on the cell contents and
  1508. * available space in the grid.
  1509. *
  1510. * @return the column itself
  1511. */
  1512. public Column<T, V> setWidthUndefined() {
  1513. checkColumnIsAttached();
  1514. if (!isWidthUndefined()) {
  1515. getState().width = -1;
  1516. getGrid().markAsDirty();
  1517. getGrid().fireColumnResizeEvent(this, false);
  1518. }
  1519. return this;
  1520. }
  1521. /**
  1522. * Sets the minimum width for this column.
  1523. * <p>
  1524. * This defines the minimum guaranteed pixel width of the column
  1525. * <em>when it is set to expand</em>.
  1526. *
  1527. * Note: Value -1 is not accepted, use {@link #setWidthUndefined()}
  1528. * instead.
  1529. *
  1530. * @param pixels
  1531. * the minimum width for the column
  1532. * @throws IllegalStateException
  1533. * if the column is no longer attached to any grid
  1534. * @see #setExpandRatio(int)
  1535. * @return the column itself
  1536. */
  1537. public Column<T, V> setMinimumWidth(double pixels)
  1538. throws IllegalStateException {
  1539. checkColumnIsAttached();
  1540. final double maxwidth = getMaximumWidth();
  1541. if (pixels >= 0 && pixels > maxwidth && maxwidth >= 0) {
  1542. throw new IllegalArgumentException("New minimum width ("
  1543. + pixels + ") was greater than maximum width ("
  1544. + maxwidth + ")");
  1545. }
  1546. getState().minWidth = pixels;
  1547. getGrid().markAsDirty();
  1548. return this;
  1549. }
  1550. /**
  1551. * Return the minimum width for this column.
  1552. *
  1553. * @return the minimum width for this column
  1554. * @see #setMinimumWidth(double)
  1555. */
  1556. public double getMinimumWidth() {
  1557. return getState(false).minWidth;
  1558. }
  1559. /**
  1560. * Sets whether the width of the contents in the column should be
  1561. * considered minimum width for this column.
  1562. * <p>
  1563. * If this is set to <code>true</code> (default for backwards
  1564. * compatibility), then a column will not shrink to smaller than the
  1565. * width required to show the contents available when calculating the
  1566. * widths (only the widths of the initially rendered rows are
  1567. * considered).
  1568. * <p>
  1569. * If this is set to <code>false</code> and the column has been set to
  1570. * expand using #setExpandRatio(int), then the contents of the column
  1571. * will be ignored when calculating the width, and the column will thus
  1572. * shrink down to the minimum width defined by #setMinimumWidth(double)
  1573. * if necessary.
  1574. *
  1575. * @param minimumWidthFromContent
  1576. * <code>true</code> to reserve space for all contents,
  1577. * <code>false</code> to allow the column to shrink smaller
  1578. * than the contents
  1579. * @return the column itself
  1580. * @throws IllegalStateException
  1581. * if the column is no longer attached to any grid
  1582. * @see #setMinimumWidth(double)
  1583. * @since 8.1
  1584. */
  1585. public Column<T, V> setMinimumWidthFromContent(
  1586. boolean minimumWidthFromContent) throws IllegalStateException {
  1587. checkColumnIsAttached();
  1588. if (isMinimumWidthFromContent() != minimumWidthFromContent) {
  1589. getState().minimumWidthFromContent = minimumWidthFromContent;
  1590. getGrid().markAsDirty();
  1591. }
  1592. return this;
  1593. }
  1594. /**
  1595. * Gets whether the width of the contents in the column should be
  1596. * considered minimum width for this column.
  1597. *
  1598. * @return <code>true</code> to reserve space for all contents,
  1599. * <code>false</code> to allow the column to shrink smaller than
  1600. * the contents
  1601. * @see #setMinimumWidthFromContent(boolean)
  1602. * @since 8.1
  1603. */
  1604. public boolean isMinimumWidthFromContent() {
  1605. return getState(false).minimumWidthFromContent;
  1606. }
  1607. /**
  1608. * Sets the maximum width for this column.
  1609. * <p>
  1610. * This defines the maximum allowed pixel width of the column <em>when
  1611. * it is set to expand</em>.
  1612. *
  1613. * @param pixels
  1614. * the maximum width
  1615. * @throws IllegalStateException
  1616. * if the column is no longer attached to any grid
  1617. * @see #setExpandRatio(int)
  1618. */
  1619. public Column<T, V> setMaximumWidth(double pixels) {
  1620. checkColumnIsAttached();
  1621. final double minwidth = getMinimumWidth();
  1622. if (pixels >= 0 && pixels < minwidth && minwidth >= 0) {
  1623. throw new IllegalArgumentException("New maximum width ("
  1624. + pixels + ") was less than minimum width (" + minwidth
  1625. + ")");
  1626. }
  1627. getState().maxWidth = pixels;
  1628. getGrid().markAsDirty();
  1629. return this;
  1630. }
  1631. /**
  1632. * Returns the maximum width for this column.
  1633. *
  1634. * @return the maximum width for this column
  1635. * @see #setMaximumWidth(double)
  1636. */
  1637. public double getMaximumWidth() {
  1638. return getState(false).maxWidth;
  1639. }
  1640. /**
  1641. * Sets whether this column can be resized by the user.
  1642. *
  1643. * @since 7.6
  1644. * @param resizable
  1645. * {@code true} if this column should be resizable,
  1646. * {@code false} otherwise
  1647. * @throws IllegalStateException
  1648. * if the column is no longer attached to any grid
  1649. */
  1650. public Column<T, V> setResizable(boolean resizable) {
  1651. checkColumnIsAttached();
  1652. if (resizable != isResizable()) {
  1653. getState().resizable = resizable;
  1654. getGrid().markAsDirty();
  1655. }
  1656. return this;
  1657. }
  1658. /**
  1659. * Gets the caption of the hiding toggle for this column.
  1660. *
  1661. * @since 7.5.0
  1662. * @see #setHidingToggleCaption(String)
  1663. * @return the caption for the hiding toggle for this column
  1664. */
  1665. public String getHidingToggleCaption() {
  1666. return getState(false).hidingToggleCaption;
  1667. }
  1668. /**
  1669. * Sets the caption of the hiding toggle for this column. Shown in the
  1670. * toggle for this column in the grid's sidebar when the column is
  1671. * {@link #isHidable() hidable}.
  1672. * <p>
  1673. * The default value is <code>null</code>, and in that case the column's
  1674. * {@link #getCaption() header caption} is used.
  1675. * <p>
  1676. * <em>NOTE:</em> setting this to empty string might cause the hiding
  1677. * toggle to not render correctly.
  1678. *
  1679. * @since 7.5.0
  1680. * @param hidingToggleCaption
  1681. * the text to show in the column hiding toggle
  1682. * @return the column itself
  1683. */
  1684. public Column<T, V> setHidingToggleCaption(String hidingToggleCaption) {
  1685. if (hidingToggleCaption != getHidingToggleCaption()) {
  1686. getState().hidingToggleCaption = hidingToggleCaption;
  1687. }
  1688. return this;
  1689. }
  1690. /**
  1691. * Hides or shows the column. By default columns are visible before
  1692. * explicitly hiding them.
  1693. *
  1694. * @since 7.5.0
  1695. * @param hidden
  1696. * <code>true</code> to hide the column, <code>false</code>
  1697. * to show
  1698. * @return this column
  1699. * @throws IllegalStateException
  1700. * if the column is no longer attached to any grid
  1701. */
  1702. public Column<T, V> setHidden(boolean hidden) {
  1703. checkColumnIsAttached();
  1704. if (hidden != isHidden()) {
  1705. getState().hidden = hidden;
  1706. getGrid().fireColumnVisibilityChangeEvent(this, hidden, false);
  1707. }
  1708. return this;
  1709. }
  1710. /**
  1711. * Returns whether this column is hidden. Default is {@code false}.
  1712. *
  1713. * @since 7.5.0
  1714. * @return <code>true</code> if the column is currently hidden,
  1715. * <code>false</code> otherwise
  1716. */
  1717. public boolean isHidden() {
  1718. return getState(false).hidden;
  1719. }
  1720. /**
  1721. * Sets whether this column can be hidden by the user. Hidable columns
  1722. * can be hidden and shown via the sidebar menu.
  1723. *
  1724. * @since 7.5.0
  1725. * @param hidable
  1726. * <code>true</code> if the column may be hidable by the user
  1727. * via UI interaction
  1728. * @return this column
  1729. */
  1730. public Column<T, V> setHidable(boolean hidable) {
  1731. if (hidable != isHidable()) {
  1732. getState().hidable = hidable;
  1733. }
  1734. return this;
  1735. }
  1736. /**
  1737. * Returns whether this column can be hidden by the user. Default is
  1738. * {@code false}.
  1739. * <p>
  1740. * <em>Note:</em> the column can be programmatically hidden using
  1741. * {@link #setHidden(boolean)} regardless of the returned value.
  1742. *
  1743. * @since 7.5.0
  1744. * @return <code>true</code> if the user can hide the column,
  1745. * <code>false</code> if not
  1746. */
  1747. public boolean isHidable() {
  1748. return getState(false).hidable;
  1749. }
  1750. /**
  1751. * Returns whether this column can be resized by the user. Default is
  1752. * {@code true}.
  1753. * <p>
  1754. * <em>Note:</em> the column can be programmatically resized using
  1755. * {@link #setWidth(double)} and {@link #setWidthUndefined()} regardless
  1756. * of the returned value.
  1757. *
  1758. * @since 7.6
  1759. * @return {@code true} if this column is resizable, {@code false}
  1760. * otherwise
  1761. */
  1762. public boolean isResizable() {
  1763. return getState(false).resizable;
  1764. }
  1765. /**
  1766. * Sets whether this Column has a component displayed in Editor or not.
  1767. * A column can only be editable if an editor component or binding has
  1768. * been set.
  1769. *
  1770. * @param editable
  1771. * {@code true} if column is editable; {@code false} if not
  1772. * @return this column
  1773. *
  1774. * @see #setEditorComponent(HasValue, Setter)
  1775. * @see #setEditorBinding(Binding)
  1776. */
  1777. public Column<T, V> setEditable(boolean editable) {
  1778. Objects.requireNonNull(editorBinding,
  1779. "Column has no editor binding or component defined");
  1780. getState().editable = editable;
  1781. return this;
  1782. }
  1783. /**
  1784. * Gets whether this Column has a component displayed in Editor or not.
  1785. *
  1786. * @return {@code true} if the column displays an editor component;
  1787. * {@code false} if not
  1788. */
  1789. public boolean isEditable() {
  1790. return getState(false).editable;
  1791. }
  1792. /**
  1793. * Sets an editor binding for this column. The {@link Binding} is used
  1794. * when a row is in editor mode to define how to populate an editor
  1795. * component based on the edited row and how to update an item based on
  1796. * the value in the editor component.
  1797. * <p>
  1798. * To create a binding to use with a column, define a binding for the
  1799. * editor binder (<code>grid.getEditor().getBinder()</code>) using e.g.
  1800. * {@link Binder#forField(HasValue)}. You can also use
  1801. * {@link #setEditorComponent(HasValue, Setter)} if no validator or
  1802. * converter is needed for the binding.
  1803. * <p>
  1804. * The {@link HasValue} that the binding is defined to use must be a
  1805. * {@link Component}.
  1806. *
  1807. * @param binding
  1808. * the binding to use for this column
  1809. * @return this column
  1810. *
  1811. * @see #setEditorComponent(HasValue, Setter)
  1812. * @see Binding
  1813. * @see Grid#getEditor()
  1814. * @see Editor#getBinder()
  1815. */
  1816. public Column<T, V> setEditorBinding(Binding<T, ?> binding) {
  1817. Objects.requireNonNull(binding, "null is not a valid editor field");
  1818. if (!(binding.getField() instanceof Component)) {
  1819. throw new IllegalArgumentException(
  1820. "Binding target must be a component.");
  1821. }
  1822. this.editorBinding = binding;
  1823. return setEditable(true);
  1824. }
  1825. /**
  1826. * Gets the binder binding that is currently used for this column.
  1827. *
  1828. * @return the used binder binding, or <code>null</code> if no binding
  1829. * is configured
  1830. *
  1831. * @see #setEditorBinding(Binding)
  1832. */
  1833. public Binding<T, ?> getEditorBinding() {
  1834. return editorBinding;
  1835. }
  1836. /**
  1837. * Sets a component and setter to use for editing values of this column
  1838. * in the editor row. This is a shorthand for use in simple cases where
  1839. * no validator or converter is needed. Use
  1840. * {@link #setEditorBinding(Binding)} to support more complex cases.
  1841. * <p>
  1842. * <strong>Note:</strong> The same component cannot be used for multiple
  1843. * columns.
  1844. *
  1845. * @param editorComponent
  1846. * the editor component
  1847. * @param setter
  1848. * a setter that stores the component value in the row item
  1849. * @return this column
  1850. *
  1851. * @see #setEditorBinding(Binding)
  1852. * @see Grid#getEditor()
  1853. * @see Binder#bind(HasValue, ValueProvider, Setter)
  1854. */
  1855. public <C extends HasValue<V> & Component> Column<T, V> setEditorComponent(
  1856. C editorComponent, Setter<T, V> setter) {
  1857. Objects.requireNonNull(editorComponent,
  1858. "Editor component cannot be null");
  1859. Objects.requireNonNull(setter, "Setter cannot be null");
  1860. Binding<T, V> binding = getGrid().getEditor().getBinder()
  1861. .bind(editorComponent, valueProvider::apply, setter);
  1862. return setEditorBinding(binding);
  1863. }
  1864. /**
  1865. * Sets a component to use for editing values of this columns in the
  1866. * editor row. This method can only be used if the column has an
  1867. * {@link #setId(String) id} and the {@link Grid} has been created using
  1868. * {@link Grid#Grid(Class)} or some other way that allows finding
  1869. * properties based on property names.
  1870. * <p>
  1871. * This is a shorthand for use in simple cases where no validator or
  1872. * converter is needed. Use {@link #setEditorBinding(Binding)} to
  1873. * support more complex cases.
  1874. * <p>
  1875. * <strong>Note:</strong> The same component cannot be used for multiple
  1876. * columns.
  1877. *
  1878. * @param editorComponent
  1879. * the editor component
  1880. * @return this column
  1881. *
  1882. * @see #setEditorBinding(Binding)
  1883. * @see Grid#getEditor()
  1884. * @see Binder#bind(HasValue, String)
  1885. * @see Grid#Grid(Class)
  1886. */
  1887. public <F, C extends HasValue<F> & Component> Column<T, V> setEditorComponent(
  1888. C editorComponent) {
  1889. Objects.requireNonNull(editorComponent,
  1890. "Editor component cannot be null");
  1891. String propertyName = getId();
  1892. if (propertyName == null) {
  1893. throw new IllegalStateException(
  1894. "setEditorComponent without a setter can only be used if the column has an id. "
  1895. + "Use another setEditorComponent(Component, Setter) or setEditorBinding(Binding) instead.");
  1896. }
  1897. Binding<T, F> binding = getGrid().getEditor().getBinder()
  1898. .bind(editorComponent, propertyName);
  1899. return setEditorBinding(binding);
  1900. }
  1901. /**
  1902. * Sets the Renderer for this Column. Setting the renderer will cause
  1903. * all currently available row data to be recreated and sent to the
  1904. * client.
  1905. *
  1906. * Note: Setting a new renderer will reset presentation provider if
  1907. * it exists.
  1908. *
  1909. * @param renderer
  1910. * the new renderer
  1911. * @return this column
  1912. *
  1913. * @since 8.0.3
  1914. */
  1915. public Column<T, V> setRenderer(Renderer<? super V> renderer) {
  1916. return setRenderer(ValueProvider.identity(), renderer);
  1917. }
  1918. /**
  1919. * Sets the Renderer for this Column. Setting the renderer will cause
  1920. * all currently available row data to be recreated and sent to the
  1921. * client.
  1922. * <p>
  1923. * The presentation provider is a method that takes the value of this
  1924. * column on a single row, and maps that to a value that the renderer
  1925. * accepts. This feature can be used for storing a complex value in a
  1926. * column for editing, but providing a simplified presentation for the
  1927. * user when not editing.
  1928. *
  1929. * @param presentationProvider
  1930. * the function to get presentations from the value of this
  1931. * column, not {@code null}
  1932. * @param renderer
  1933. * the new renderer, not {@code null}
  1934. *
  1935. * @param <P>
  1936. * the presentation type
  1937. *
  1938. * @return this column
  1939. *
  1940. * @since 8.1
  1941. */
  1942. public <P> Column<T, V> setRenderer(
  1943. ValueProvider<V, P> presentationProvider,
  1944. Renderer<? super P> renderer) {
  1945. Objects.requireNonNull(renderer, "Renderer can not be null");
  1946. Objects.requireNonNull(presentationProvider,
  1947. "Presentation provider can not be null");
  1948. // Remove old renderer
  1949. Connector oldRenderer = getState().renderer;
  1950. if (oldRenderer instanceof Extension) {
  1951. removeExtension((Extension) oldRenderer);
  1952. }
  1953. // Set new renderer
  1954. getState().renderer = renderer;
  1955. addExtension(renderer);
  1956. this.presentationProvider = presentationProvider;
  1957. // Trigger redraw
  1958. getGrid().getDataCommunicator().reset();
  1959. return this;
  1960. }
  1961. /**
  1962. * Gets the Renderer for this Column.
  1963. *
  1964. * @return the renderer
  1965. * @since 8.1
  1966. */
  1967. public Renderer<?> getRenderer() {
  1968. return (Renderer<?>) getState().renderer;
  1969. }
  1970. /**
  1971. * Sets whether Grid should handle events in this Column from Components
  1972. * and Widgets rendered by certain Renderers. By default the events are
  1973. * not handled.
  1974. * <p>
  1975. * <strong>Note:</strong> Enabling this feature will for example select
  1976. * a row when a component is clicked. For example in the case of a
  1977. * {@link ComboBox} or {@link TextField} it might be problematic as the
  1978. * component gets re-rendered and might lose focus.
  1979. *
  1980. * @param handleWidgetEvents
  1981. * {@code true} to handle events; {@code false} to not
  1982. * @return this column
  1983. * @since 8.3
  1984. */
  1985. public Column<T, V> setHandleWidgetEvents(boolean handleWidgetEvents) {
  1986. getState().handleWidgetEvents = handleWidgetEvents;
  1987. return this;
  1988. }
  1989. /**
  1990. * Gets whether Grid is handling the events in this Column from
  1991. * Component and Widgets.
  1992. *
  1993. * @see #setHandleWidgetEvents(boolean)
  1994. *
  1995. * @return {@code true} if handling events; {@code false} if not
  1996. * @since 8.3
  1997. */
  1998. public boolean isHandleWidgetEvents() {
  1999. return getState(false).handleWidgetEvents;
  2000. }
  2001. /**
  2002. * Gets the grid that this column belongs to.
  2003. *
  2004. * @return the grid that this column belongs to, or <code>null</code> if
  2005. * this column has not yet been associated with any grid
  2006. */
  2007. @SuppressWarnings("unchecked")
  2008. protected Grid<T> getGrid() {
  2009. return (Grid<T>) getParent();
  2010. }
  2011. /**
  2012. * Checks if column is attached and throws an
  2013. * {@link IllegalStateException} if it is not.
  2014. *
  2015. * @throws IllegalStateException
  2016. * if the column is no longer attached to any grid
  2017. */
  2018. protected void checkColumnIsAttached() throws IllegalStateException {
  2019. if (getGrid() == null) {
  2020. throw new IllegalStateException(
  2021. "Column is no longer attached to a grid.");
  2022. }
  2023. }
  2024. /**
  2025. * Writes the design attributes for this column into given element.
  2026. *
  2027. * @since 7.5.0
  2028. *
  2029. * @param element
  2030. * Element to write attributes into
  2031. *
  2032. * @param designContext
  2033. * the design context
  2034. */
  2035. protected void writeDesign(Element element,
  2036. DesignContext designContext) {
  2037. Attributes attributes = element.attributes();
  2038. ColumnState defaultState = new ColumnState();
  2039. if (getId() == null) {
  2040. setId("column" + getGrid().getColumns().indexOf(this));
  2041. }
  2042. DesignAttributeHandler.writeAttribute("column-id", attributes,
  2043. getId(), null, String.class, designContext);
  2044. // Sortable is a special attribute that depends on the data
  2045. // provider.
  2046. DesignAttributeHandler.writeAttribute("sortable", attributes,
  2047. isSortable(), null, boolean.class, designContext);
  2048. DesignAttributeHandler.writeAttribute("editable", attributes,
  2049. isEditable(), defaultState.editable, boolean.class,
  2050. designContext);
  2051. DesignAttributeHandler.writeAttribute("resizable", attributes,
  2052. isResizable(), defaultState.resizable, boolean.class,
  2053. designContext);
  2054. DesignAttributeHandler.writeAttribute("hidable", attributes,
  2055. isHidable(), defaultState.hidable, boolean.class,
  2056. designContext);
  2057. DesignAttributeHandler.writeAttribute("hidden", attributes,
  2058. isHidden(), defaultState.hidden, boolean.class,
  2059. designContext);
  2060. DesignAttributeHandler.writeAttribute("hiding-toggle-caption",
  2061. attributes, getHidingToggleCaption(),
  2062. defaultState.hidingToggleCaption, String.class,
  2063. designContext);
  2064. DesignAttributeHandler.writeAttribute("width", attributes,
  2065. getWidth(), defaultState.width, Double.class,
  2066. designContext);
  2067. DesignAttributeHandler.writeAttribute("min-width", attributes,
  2068. getMinimumWidth(), defaultState.minWidth, Double.class,
  2069. designContext);
  2070. DesignAttributeHandler.writeAttribute("max-width", attributes,
  2071. getMaximumWidth(), defaultState.maxWidth, Double.class,
  2072. designContext);
  2073. DesignAttributeHandler.writeAttribute("expand", attributes,
  2074. getExpandRatio(), defaultState.expandRatio, Integer.class,
  2075. designContext);
  2076. }
  2077. /**
  2078. * Reads the design attributes for this column from given element.
  2079. *
  2080. * @since 7.5.0
  2081. * @param design
  2082. * Element to read attributes from
  2083. * @param designContext
  2084. * the design context
  2085. */
  2086. @SuppressWarnings("unchecked")
  2087. protected void readDesign(Element design, DesignContext designContext) {
  2088. Attributes attributes = design.attributes();
  2089. if (design.hasAttr("sortable")) {
  2090. setSortable(DesignAttributeHandler.readAttribute("sortable",
  2091. attributes, boolean.class));
  2092. } else {
  2093. setSortable(false);
  2094. }
  2095. if (design.hasAttr("editable")) {
  2096. /**
  2097. * This is a fake editor just to have something (otherwise
  2098. * "setEditable" throws an exception.
  2099. *
  2100. * Let's use TextField here because we support only Strings as
  2101. * inline data type. It will work incorrectly for other types
  2102. * but we don't support them anyway.
  2103. */
  2104. setEditorComponent((HasValue<V> & Component) new TextField(),
  2105. (item, value) -> {
  2106. // Ignore user value since we don't know the setter
  2107. });
  2108. setEditable(DesignAttributeHandler.readAttribute("editable",
  2109. attributes, boolean.class));
  2110. }
  2111. if (design.hasAttr("resizable")) {
  2112. setResizable(DesignAttributeHandler.readAttribute("resizable",
  2113. attributes, boolean.class));
  2114. }
  2115. if (design.hasAttr("hidable")) {
  2116. setHidable(DesignAttributeHandler.readAttribute("hidable",
  2117. attributes, boolean.class));
  2118. }
  2119. if (design.hasAttr("hidden")) {
  2120. setHidden(DesignAttributeHandler.readAttribute("hidden",
  2121. attributes, boolean.class));
  2122. }
  2123. if (design.hasAttr("hiding-toggle-caption")) {
  2124. setHidingToggleCaption(DesignAttributeHandler.readAttribute(
  2125. "hiding-toggle-caption", attributes, String.class));
  2126. }
  2127. if (design.hasAttr("assistive-caption")) {
  2128. setAssistiveCaption(DesignAttributeHandler.readAttribute(
  2129. "assistive-caption", attributes, String.class));
  2130. }
  2131. // Read size info where necessary.
  2132. if (design.hasAttr("width")) {
  2133. setWidth(DesignAttributeHandler.readAttribute("width",
  2134. attributes, Double.class));
  2135. }
  2136. if (design.hasAttr("min-width")) {
  2137. setMinimumWidth(DesignAttributeHandler
  2138. .readAttribute("min-width", attributes, Double.class));
  2139. }
  2140. if (design.hasAttr("max-width")) {
  2141. setMaximumWidth(DesignAttributeHandler
  2142. .readAttribute("max-width", attributes, Double.class));
  2143. }
  2144. if (design.hasAttr("expand")) {
  2145. if (design.attr("expand").isEmpty()) {
  2146. setExpandRatio(1);
  2147. } else {
  2148. setExpandRatio(DesignAttributeHandler.readAttribute(
  2149. "expand", attributes, Integer.class));
  2150. }
  2151. }
  2152. }
  2153. /**
  2154. * Gets the DataGenerator for this Column.
  2155. *
  2156. * @return data generator
  2157. */
  2158. private DataGenerator<T> getDataGenerator() {
  2159. return dataGenerator;
  2160. }
  2161. }
  2162. private class HeaderImpl extends Header {
  2163. @Override
  2164. protected Grid<T> getGrid() {
  2165. return Grid.this;
  2166. }
  2167. @Override
  2168. protected SectionState getState(boolean markAsDirty) {
  2169. return Grid.this.getState(markAsDirty).header;
  2170. }
  2171. @Override
  2172. protected Column<?, ?> getColumnByInternalId(String internalId) {
  2173. return getGrid().getColumnByInternalId(internalId);
  2174. }
  2175. @Override
  2176. @SuppressWarnings("unchecked")
  2177. protected String getInternalIdForColumn(Column<?, ?> column) {
  2178. return getGrid().getInternalIdForColumn((Column<T, ?>) column);
  2179. }
  2180. };
  2181. private class FooterImpl extends Footer {
  2182. @Override
  2183. protected Grid<T> getGrid() {
  2184. return Grid.this;
  2185. }
  2186. @Override
  2187. protected SectionState getState(boolean markAsDirty) {
  2188. return Grid.this.getState(markAsDirty).footer;
  2189. }
  2190. @Override
  2191. protected Column<?, ?> getColumnByInternalId(String internalId) {
  2192. return getGrid().getColumnByInternalId(internalId);
  2193. }
  2194. @Override
  2195. @SuppressWarnings("unchecked")
  2196. protected String getInternalIdForColumn(Column<?, ?> column) {
  2197. return getGrid().getInternalIdForColumn((Column<T, ?>) column);
  2198. }
  2199. };
  2200. private final Set<Column<T, ?>> columnSet = new LinkedHashSet<>();
  2201. private final Map<String, Column<T, ?>> columnKeys = new HashMap<>();
  2202. private final Map<String, Column<T, ?>> columnIds = new HashMap<>();
  2203. private final List<GridSortOrder<T>> sortOrder = new ArrayList<>();
  2204. private final DetailsManager<T> detailsManager;
  2205. private final Set<Component> extensionComponents = new HashSet<>();
  2206. private StyleGenerator<T> styleGenerator = item -> null;
  2207. private DescriptionGenerator<T> descriptionGenerator;
  2208. private final Header header = new HeaderImpl();
  2209. private final Footer footer = new FooterImpl();
  2210. private int counter = 0;
  2211. private GridSelectionModel<T> selectionModel;
  2212. private Editor<T> editor;
  2213. private PropertySet<T> propertySet;
  2214. private Class<T> beanType = null;
  2215. /**
  2216. * Creates a new grid without support for creating columns based on property
  2217. * names. Use an alternative constructor, such as {@link Grid#Grid(Class)},
  2218. * to create a grid that automatically sets up columns based on the type of
  2219. * presented data.
  2220. *
  2221. * @see #Grid(Class)
  2222. * @see #withPropertySet(PropertySet)
  2223. */
  2224. public Grid() {
  2225. this(new DataCommunicator<>());
  2226. }
  2227. /**
  2228. * Creates a new grid that uses reflection based on the provided bean type
  2229. * to automatically set up an initial set of columns. All columns will be
  2230. * configured using the same {@link Object#toString()} renderer that is used
  2231. * by {@link #addColumn(ValueProvider)}.
  2232. *
  2233. * @param beanType
  2234. * the bean type to use, not <code>null</code>
  2235. * @see #Grid()
  2236. * @see #withPropertySet(PropertySet)
  2237. */
  2238. public Grid(Class<T> beanType) {
  2239. this(beanType, new DataCommunicator<>());
  2240. }
  2241. /**
  2242. * Creates a new grid that uses custom data communicator and provided bean
  2243. * type
  2244. *
  2245. * It uses reflection of the provided bean type to automatically set up an
  2246. * initial set of columns. All columns will be configured using the same
  2247. * {@link Object#toString()} renderer that is used by
  2248. * {@link #addColumn(ValueProvider)}.
  2249. *
  2250. * @param beanType
  2251. * the bean type to use, not <code>null</code>
  2252. * @param dataCommunicator
  2253. * the data communicator to use, not<code>null</code>
  2254. * @since 8.0.7
  2255. */
  2256. protected Grid(Class<T> beanType, DataCommunicator<T> dataCommunicator) {
  2257. this(BeanPropertySet.get(beanType), dataCommunicator);
  2258. this.beanType = beanType;
  2259. }
  2260. /**
  2261. * Creates a new grid with the given data communicator and without support
  2262. * for creating columns based on property names.
  2263. *
  2264. * @param dataCommunicator
  2265. * the custom data communicator to set
  2266. * @see #Grid()
  2267. * @see #Grid(PropertySet, DataCommunicator)
  2268. * @since 8.0.7
  2269. */
  2270. protected Grid(DataCommunicator<T> dataCommunicator) {
  2271. this(new PropertySet<T>() {
  2272. @Override
  2273. public Stream<PropertyDefinition<T, ?>> getProperties() {
  2274. // No columns configured by default
  2275. return Stream.empty();
  2276. }
  2277. @Override
  2278. public Optional<PropertyDefinition<T, ?>> getProperty(String name) {
  2279. throw new IllegalStateException(
  2280. "A Grid created without a bean type class literal or a custom property set"
  2281. + " doesn't support finding properties by name.");
  2282. }
  2283. }, dataCommunicator);
  2284. }
  2285. /**
  2286. * Creates a grid using a custom {@link PropertySet} implementation for
  2287. * configuring the initial columns and resolving property names for
  2288. * {@link #addColumn(String)} and
  2289. * {@link Column#setEditorComponent(HasValue)}.
  2290. *
  2291. * @see #withPropertySet(PropertySet)
  2292. *
  2293. * @param propertySet
  2294. * the property set implementation to use, not <code>null</code>.
  2295. */
  2296. protected Grid(PropertySet<T> propertySet) {
  2297. this(propertySet, new DataCommunicator<>());
  2298. }
  2299. /**
  2300. * Creates a grid using a custom {@link PropertySet} implementation and
  2301. * custom data communicator.
  2302. * <p>
  2303. * Property set is used for configuring the initial columns and resolving
  2304. * property names for {@link #addColumn(String)} and
  2305. * {@link Column#setEditorComponent(HasValue)}.
  2306. *
  2307. * @see #withPropertySet(PropertySet)
  2308. *
  2309. * @param propertySet
  2310. * the property set implementation to use, not <code>null</code>.
  2311. * @param dataCommunicator
  2312. * the data communicator to use, not<code>null</code>
  2313. * @since 8.0.7
  2314. */
  2315. protected Grid(PropertySet<T> propertySet,
  2316. DataCommunicator<T> dataCommunicator) {
  2317. super(dataCommunicator);
  2318. registerRpc(new GridServerRpcImpl());
  2319. setDefaultHeaderRow(appendHeaderRow());
  2320. setSelectionModel(new SingleSelectionModelImpl<>());
  2321. detailsManager = new DetailsManager<>();
  2322. addExtension(detailsManager);
  2323. addDataGenerator(detailsManager);
  2324. addDataGenerator((item, json) -> {
  2325. String styleName = styleGenerator.apply(item);
  2326. if (styleName != null && !styleName.isEmpty()) {
  2327. json.put(GridState.JSONKEY_ROWSTYLE, styleName);
  2328. }
  2329. if (descriptionGenerator != null) {
  2330. String description = descriptionGenerator.apply(item);
  2331. if (description != null && !description.isEmpty()) {
  2332. json.put(GridState.JSONKEY_ROWDESCRIPTION, description);
  2333. }
  2334. }
  2335. });
  2336. setPropertySet(propertySet);
  2337. // Automatically add columns for all available properties
  2338. propertySet.getProperties().map(PropertyDefinition::getName)
  2339. .forEach(this::addColumn);
  2340. }
  2341. @Override
  2342. public void beforeClientResponse(boolean initial) {
  2343. super.beforeClientResponse(initial);
  2344. if (initial && editor.isOpen()) {
  2345. // Re-attaching grid. Any old editor should be closed.
  2346. editor.cancel();
  2347. }
  2348. }
  2349. /**
  2350. * Sets the property set to use for this grid. Does not create or update
  2351. * columns in any way but will delete and re-create the editor.
  2352. * <p>
  2353. * This is only meant to be called from constructors and readDesign, at a
  2354. * stage where it does not matter if you throw away the editor.
  2355. *
  2356. * @param propertySet
  2357. * the property set to use
  2358. *
  2359. * @since 8.0.3
  2360. */
  2361. protected void setPropertySet(PropertySet<T> propertySet) {
  2362. Objects.requireNonNull(propertySet, "propertySet cannot be null");
  2363. this.propertySet = propertySet;
  2364. if (editor instanceof Extension) {
  2365. removeExtension((Extension) editor);
  2366. }
  2367. editor = createEditor();
  2368. if (editor instanceof Extension) {
  2369. addExtension((Extension) editor);
  2370. }
  2371. }
  2372. /**
  2373. * Returns the property set used by this grid.
  2374. *
  2375. * @return propertySet the property set to return
  2376. * @since 8.4
  2377. */
  2378. protected PropertySet<T> getPropertySet() {
  2379. return propertySet;
  2380. }
  2381. /**
  2382. * Creates a grid using a custom {@link PropertySet} implementation for
  2383. * creating a default set of columns and for resolving property names with
  2384. * {@link #addColumn(String)} and
  2385. * {@link Column#setEditorComponent(HasValue)}.
  2386. * <p>
  2387. * This functionality is provided as static method instead of as a public
  2388. * constructor in order to make it possible to use a custom property set
  2389. * without creating a subclass while still leaving the public constructors
  2390. * focused on the common use cases.
  2391. *
  2392. * @see Grid#Grid()
  2393. * @see Grid#Grid(Class)
  2394. *
  2395. * @param propertySet
  2396. * the property set implementation to use, not <code>null</code>.
  2397. * @return a new grid using the provided property set, not <code>null</code>
  2398. */
  2399. public static <BEAN> Grid<BEAN> withPropertySet(
  2400. PropertySet<BEAN> propertySet) {
  2401. return new Grid<>(propertySet);
  2402. }
  2403. /**
  2404. * Creates a new {@code Grid} using the given caption.
  2405. *
  2406. * @param caption
  2407. * the caption of the grid
  2408. */
  2409. public Grid(String caption) {
  2410. this();
  2411. setCaption(caption);
  2412. }
  2413. /**
  2414. * Creates a new {@code Grid} using the given caption and
  2415. * {@code DataProvider}.
  2416. *
  2417. * @param caption
  2418. * the caption of the grid
  2419. * @param dataProvider
  2420. * the data provider, not {@code null}
  2421. */
  2422. public Grid(String caption, DataProvider<T, ?> dataProvider) {
  2423. this(caption);
  2424. setDataProvider(dataProvider);
  2425. }
  2426. /**
  2427. * Creates a new {@code Grid} using the given {@code DataProvider}.
  2428. *
  2429. * @param dataProvider
  2430. * the data provider, not {@code null}
  2431. */
  2432. public Grid(DataProvider<T, ?> dataProvider) {
  2433. this();
  2434. setDataProvider(dataProvider);
  2435. }
  2436. /**
  2437. * Creates a new {@code Grid} using the given caption and collection of
  2438. * items.
  2439. *
  2440. * @param caption
  2441. * the caption of the grid
  2442. * @param items
  2443. * the data items to use, not {@çode null}
  2444. */
  2445. public Grid(String caption, Collection<T> items) {
  2446. this(caption, DataProvider.ofCollection(items));
  2447. }
  2448. /**
  2449. * Gets the bean type used by this grid.
  2450. * <p>
  2451. * The bean type is used to automatically set up a column added using a
  2452. * property name.
  2453. *
  2454. * @return the used bean type or <code>null</code> if no bean type has been
  2455. * defined
  2456. *
  2457. * @since 8.0.3
  2458. */
  2459. public Class<T> getBeanType() {
  2460. return beanType;
  2461. }
  2462. public <V> void fireColumnVisibilityChangeEvent(Column<T, V> column,
  2463. boolean hidden, boolean userOriginated) {
  2464. fireEvent(new ColumnVisibilityChangeEvent(this, column, hidden,
  2465. userOriginated));
  2466. }
  2467. /**
  2468. * Adds a new column with the given property name. The column will use a
  2469. * {@link TextRenderer}. The value is converted to a String using
  2470. * {@link Object#toString()}. The property name will be used as the
  2471. * {@link Column#getId() column id} and the {@link Column#getCaption()
  2472. * column caption} will be set based on the property definition.
  2473. * <p>
  2474. * This method can only be used for a <code>Grid</code> created using
  2475. * {@link Grid#Grid(Class)} or {@link #withPropertySet(PropertySet)}.
  2476. * <p>
  2477. * You can add columns for nested properties with dot notation, eg.
  2478. * <code>"property.nestedProperty"</code>
  2479. *
  2480. * @param propertyName
  2481. * the property name of the new column, not <code>null</code>
  2482. * @return the newly added column, not <code>null</code>
  2483. */
  2484. public Column<T, ?> addColumn(String propertyName) {
  2485. return addColumn(propertyName, new TextRenderer());
  2486. }
  2487. /**
  2488. * Adds a new column with the given property name and renderer. The property
  2489. * name will be used as the {@link Column#getId() column id} and the
  2490. * {@link Column#getCaption() column caption} will be set based on the
  2491. * property definition.
  2492. * <p>
  2493. * This method can only be used for a <code>Grid</code> created using
  2494. * {@link Grid#Grid(Class)} or {@link #withPropertySet(PropertySet)}.
  2495. * <p>
  2496. * You can add columns for nested properties with dot notation, eg.
  2497. * <code>"property.nestedProperty"</code>
  2498. *
  2499. *
  2500. * @param propertyName
  2501. * the property name of the new column, not <code>null</code>
  2502. * @param renderer
  2503. * the renderer to use, not <code>null</code>
  2504. * @return the newly added column, not <code>null</code>
  2505. */
  2506. public Column<T, ?> addColumn(String propertyName,
  2507. AbstractRenderer<? super T, ?> renderer) {
  2508. Objects.requireNonNull(propertyName, "Property name cannot be null");
  2509. Objects.requireNonNull(renderer, "Renderer cannot be null");
  2510. if (getColumn(propertyName) != null) {
  2511. throw new IllegalStateException(
  2512. "There is already a column for " + propertyName);
  2513. }
  2514. PropertyDefinition<T, ?> definition = propertySet
  2515. .getProperty(propertyName)
  2516. .orElseThrow(() -> new IllegalArgumentException(
  2517. "Could not resolve property name " + propertyName
  2518. + " from " + propertySet));
  2519. if (!renderer.getPresentationType()
  2520. .isAssignableFrom(definition.getType())) {
  2521. throw new IllegalArgumentException(
  2522. renderer + " cannot be used with a property of type "
  2523. + definition.getType().getName());
  2524. }
  2525. @SuppressWarnings({ "unchecked", "rawtypes" })
  2526. Column<T, ?> column = addColumn(definition.getGetter(),
  2527. (AbstractRenderer) renderer).setId(definition.getName())
  2528. .setCaption(definition.getCaption());
  2529. return column;
  2530. }
  2531. /**
  2532. * Adds a new column with the given property name and renderer. The property
  2533. * name will be used as the {@link Column#getId() column id} and the
  2534. * {@link Column#getCaption() column caption} will be set based on the
  2535. * property definition.
  2536. * <p>
  2537. * This method can only be used for a <code>Grid</code> created using
  2538. * {@link Grid#Grid(Class)} or {@link #withPropertySet(PropertySet)}.
  2539. * <p>
  2540. * You can add columns for nested properties with dot notation, eg.
  2541. * <code>"property.nestedProperty"</code>
  2542. *
  2543. * @param propertyName
  2544. * the property name of the new column, not <code>null</code>
  2545. * @param renderer
  2546. * the renderer to use, not <code>null</code>
  2547. * @param nestedNullBehavior
  2548. * the behavior when
  2549. * @return the newly added column, not <code>null</code>
  2550. *
  2551. * @since 8.8
  2552. */
  2553. public Column<T, ?> addColumn(String propertyName,
  2554. AbstractRenderer<? super T, ?> renderer,
  2555. Column.NestedNullBehavior nestedNullBehavior) {
  2556. Objects.requireNonNull(propertyName, "Property name cannot be null");
  2557. Objects.requireNonNull(renderer, "Renderer cannot be null");
  2558. if (getColumn(propertyName) != null) {
  2559. throw new IllegalStateException(
  2560. "There is already a column for " + propertyName);
  2561. }
  2562. PropertyDefinition<T, ?> definition = propertySet
  2563. .getProperty(propertyName)
  2564. .orElseThrow(() -> new IllegalArgumentException(
  2565. "Could not resolve property name " + propertyName
  2566. + " from " + propertySet));
  2567. if (!renderer.getPresentationType()
  2568. .isAssignableFrom(definition.getType())) {
  2569. throw new IllegalArgumentException(
  2570. renderer + " cannot be used with a property of type "
  2571. + definition.getType().getName());
  2572. }
  2573. @SuppressWarnings({ "unchecked", "rawtypes" })
  2574. Column<T, ?> column = createColumn(definition.getGetter(),
  2575. ValueProvider.identity(), (AbstractRenderer) renderer,
  2576. nestedNullBehavior);
  2577. String generatedIdentifier = getGeneratedIdentifier();
  2578. addColumn(generatedIdentifier, column);
  2579. column.setId(definition.getName()).setCaption(definition.getCaption());
  2580. return column;
  2581. }
  2582. /**
  2583. * Adds a new text column to this {@link Grid} with a value provider. The
  2584. * column will use a {@link TextRenderer}. The value is converted to a
  2585. * String using {@link Object#toString()}. In-memory sorting will use the
  2586. * natural ordering of elements if they are mutually comparable and
  2587. * otherwise fall back to comparing the string representations of the
  2588. * values.
  2589. *
  2590. * @param valueProvider
  2591. * the value provider
  2592. *
  2593. * @return the new column
  2594. */
  2595. public <V> Column<T, V> addColumn(ValueProvider<T, V> valueProvider) {
  2596. return addColumn(valueProvider, new TextRenderer());
  2597. }
  2598. /**
  2599. * Adds a new column to this {@link Grid} with typed renderer and value
  2600. * provider.
  2601. *
  2602. * @param valueProvider
  2603. * the value provider
  2604. * @param renderer
  2605. * the column value renderer
  2606. * @param <V>
  2607. * the column value type
  2608. *
  2609. * @return the new column
  2610. *
  2611. * @see AbstractRenderer
  2612. */
  2613. public <V> Column<T, V> addColumn(ValueProvider<T, V> valueProvider,
  2614. AbstractRenderer<? super T, ? super V> renderer) {
  2615. return addColumn(valueProvider, ValueProvider.identity(), renderer);
  2616. }
  2617. /**
  2618. * Adds a new column to this {@link Grid} with value provider and
  2619. * presentation provider.
  2620. * <p>
  2621. * <strong>Note:</strong> The presentation type for this method is set to be
  2622. * String. To use any custom renderer with the presentation provider, use
  2623. * {@link #addColumn(ValueProvider, ValueProvider, AbstractRenderer)}.
  2624. *
  2625. * @param valueProvider
  2626. * the value provider
  2627. * @param presentationProvider
  2628. * the value presentation provider
  2629. * @param <V>
  2630. * the column value type
  2631. *
  2632. * @see #addColumn(ValueProvider, ValueProvider, AbstractRenderer)
  2633. *
  2634. * @return the new column
  2635. * @since 8.1
  2636. */
  2637. public <V> Column<T, V> addColumn(ValueProvider<T, V> valueProvider,
  2638. ValueProvider<V, String> presentationProvider) {
  2639. return addColumn(valueProvider, presentationProvider,
  2640. new TextRenderer());
  2641. }
  2642. /**
  2643. * Adds a new column to this {@link Grid} with value provider, presentation
  2644. * provider and typed renderer.
  2645. *
  2646. * <p>
  2647. * The presentation provider is a method that takes the value from the value
  2648. * provider, and maps that to a value that the renderer accepts. This
  2649. * feature can be used for storing a complex value in a column for editing,
  2650. * but providing a simplified presentation for the user when not editing.
  2651. *
  2652. * @param valueProvider
  2653. * the value provider
  2654. * @param presentationProvider
  2655. * the value presentation provider
  2656. * @param renderer
  2657. * the column value renderer
  2658. * @param <V>
  2659. * the column value type
  2660. * @param <P>
  2661. * the column presentation type
  2662. *
  2663. * @return the new column
  2664. *
  2665. * @see AbstractRenderer
  2666. * @since 8.1
  2667. */
  2668. public <V, P> Column<T, V> addColumn(ValueProvider<T, V> valueProvider,
  2669. ValueProvider<V, P> presentationProvider,
  2670. AbstractRenderer<? super T, ? super P> renderer) {
  2671. String generatedIdentifier = getGeneratedIdentifier();
  2672. Column<T, V> column = createColumn(valueProvider, presentationProvider,
  2673. renderer);
  2674. addColumn(generatedIdentifier, column);
  2675. return column;
  2676. }
  2677. /**
  2678. * Adds a column that shows components.
  2679. * <p>
  2680. * This is a shorthand for {@link #addColumn()} with a
  2681. * {@link ComponentRenderer}.
  2682. *
  2683. * @param componentProvider
  2684. * a value provider that will return a component for the given
  2685. * item
  2686. * @return the new column
  2687. * @param <V>
  2688. * the column value type, extends component
  2689. * @since 8.1
  2690. */
  2691. public <V extends Component> Column<T, V> addComponentColumn(
  2692. ValueProvider<T, V> componentProvider) {
  2693. return addColumn(componentProvider, new ComponentRenderer());
  2694. }
  2695. /**
  2696. * Creates a column instance from a value provider, presentation provider
  2697. * and a renderer.
  2698. *
  2699. * @param valueProvider
  2700. * the value provider
  2701. * @param presentationProvider
  2702. * the presentation provider
  2703. * @param renderer
  2704. * the renderer
  2705. * @return a new column instance
  2706. * @param <V>
  2707. * the column value type
  2708. * @param <P>
  2709. * the column presentation type
  2710. *
  2711. * @since 8.1
  2712. */
  2713. protected <V, P> Column<T, V> createColumn(
  2714. ValueProvider<T, V> valueProvider,
  2715. ValueProvider<V, P> presentationProvider,
  2716. AbstractRenderer<? super T, ? super P> renderer) {
  2717. return new Column<>(valueProvider, presentationProvider, renderer);
  2718. }
  2719. /**
  2720. * Creates a column instance from a value provider, presentation provider
  2721. * and a renderer.
  2722. *
  2723. * @param valueProvider
  2724. * the value provider
  2725. * @param presentationProvider
  2726. * the presentation provider
  2727. * @param renderer
  2728. * the renderer
  2729. * @param nestedNullBehavior
  2730. * the behavior when facing nested <code>null</code> values
  2731. * @return a new column instance
  2732. * @param <V>
  2733. * the column value type
  2734. * @param <P>
  2735. * the column presentation type
  2736. *
  2737. * @since 8.8
  2738. */
  2739. private <V, P> Column<T, V> createColumn(ValueProvider<T, V> valueProvider,
  2740. ValueProvider<V, P> presentationProvider,
  2741. AbstractRenderer<? super T, ? super P> renderer,
  2742. Column.NestedNullBehavior nestedNullBehavior) {
  2743. return new Column<>(valueProvider, presentationProvider, renderer,
  2744. nestedNullBehavior);
  2745. }
  2746. private void addColumn(String identifier, Column<T, ?> column) {
  2747. if (getColumns().contains(column)) {
  2748. return;
  2749. }
  2750. column.extend(this);
  2751. columnSet.add(column);
  2752. columnKeys.put(identifier, column);
  2753. column.setInternalId(identifier);
  2754. addDataGenerator(column.getDataGenerator());
  2755. getState().columnOrder.add(identifier);
  2756. getHeader().addColumn(identifier);
  2757. getFooter().addColumn(identifier);
  2758. if (getDefaultHeaderRow() != null) {
  2759. getDefaultHeaderRow().getCell(column).setText(column.getCaption());
  2760. }
  2761. column.updateSortable();
  2762. }
  2763. /**
  2764. * Removes the given column from this {@link Grid}.
  2765. *
  2766. * Note: If you have Editor with binding in this Grid to this property, you need to remove that
  2767. * using removeBinding method provided by Binder.
  2768. *
  2769. * @param column
  2770. * the column to remove
  2771. *
  2772. * @throws IllegalArgumentException
  2773. * if the column is not a valid one
  2774. */
  2775. public void removeColumn(Column<T, ?> column) {
  2776. if (columnSet.remove(column)) {
  2777. String columnId = column.getInternalId();
  2778. int displayIndex = getState(false).columnOrder.indexOf(columnId);
  2779. assert displayIndex != -1 : "Tried to remove a column which is not included in columnOrder. This should not be possible as all columns should be in columnOrder.";
  2780. columnKeys.remove(columnId);
  2781. columnIds.remove(column.getId());
  2782. column.remove();
  2783. removeDataGenerator(column.getDataGenerator());
  2784. getHeader().removeColumn(columnId);
  2785. getFooter().removeColumn(columnId);
  2786. getState(true).columnOrder.remove(columnId);
  2787. // Remove column from sorted columns.
  2788. List<GridSortOrder<T>> filteredSortOrder = sortOrder.stream()
  2789. .filter(order -> !order.getSorted().equals(column))
  2790. .collect(Collectors.toList());
  2791. if (filteredSortOrder.size() < sortOrder.size()) {
  2792. setSortOrder(filteredSortOrder);
  2793. }
  2794. if (displayIndex < getFrozenColumnCount()) {
  2795. setFrozenColumnCount(getFrozenColumnCount() - 1);
  2796. }
  2797. } else {
  2798. throw new IllegalArgumentException("Column with id "
  2799. + column.getId() + " cannot be removed from the grid");
  2800. }
  2801. }
  2802. /**
  2803. * Removes the column with the given column id.
  2804. *
  2805. * @see #removeColumn(Column)
  2806. * @see Column#setId(String)
  2807. *
  2808. * @param columnId
  2809. * the id of the column to remove, not <code>null</code>
  2810. */
  2811. public void removeColumn(String columnId) {
  2812. removeColumn(getColumnOrThrow(columnId));
  2813. }
  2814. /**
  2815. * Removes all columns from this Grid.
  2816. *
  2817. * @since 8.0.2
  2818. */
  2819. public void removeAllColumns() {
  2820. for (Column<T, ?> column : getColumns()) {
  2821. removeColumn(column);
  2822. }
  2823. }
  2824. /**
  2825. * Requests that the column widths should be recalculated.
  2826. * <p>
  2827. * In most cases Grid will know when column widths need to be recalculated
  2828. * but this method can be used to force recalculation in situations when
  2829. * grid does not recalculate automatically.
  2830. *
  2831. * @since 8.1.1
  2832. */
  2833. public void recalculateColumnWidths() {
  2834. getRpcProxy(GridClientRpc.class).recalculateColumnWidths();
  2835. }
  2836. /**
  2837. * Sets the details component generator.
  2838. *
  2839. * @param generator
  2840. * the generator for details components
  2841. */
  2842. public void setDetailsGenerator(DetailsGenerator<T> generator) {
  2843. this.detailsManager.setDetailsGenerator(generator);
  2844. }
  2845. /**
  2846. * Sets the visibility of details component for given item.
  2847. *
  2848. * @param item
  2849. * the item to show details for
  2850. * @param visible
  2851. * {@code true} if details component should be visible;
  2852. * {@code false} if it should be hidden
  2853. */
  2854. public void setDetailsVisible(T item, boolean visible) {
  2855. detailsManager.setDetailsVisible(item, visible);
  2856. }
  2857. /**
  2858. * Returns the visibility of details component for given item.
  2859. *
  2860. * @param item
  2861. * the item to show details for
  2862. *
  2863. * @return {@code true} if details component should be visible;
  2864. * {@code false} if it should be hidden
  2865. */
  2866. public boolean isDetailsVisible(T item) {
  2867. return detailsManager.isDetailsVisible(item);
  2868. }
  2869. /**
  2870. * Gets an unmodifiable collection of all columns currently in this
  2871. * {@link Grid}.
  2872. *
  2873. * @return unmodifiable collection of columns
  2874. */
  2875. public List<Column<T, ?>> getColumns() {
  2876. return Collections.unmodifiableList(getState(false).columnOrder.stream()
  2877. .map(columnKeys::get).collect(Collectors.toList()));
  2878. }
  2879. /**
  2880. * Gets a {@link Column} of this grid by its identifying string.
  2881. *
  2882. * When you use the Grid constructor with bean class, the columns are
  2883. * initialised with columnId being the property name.
  2884. *
  2885. * @see Column#setId(String)
  2886. *
  2887. * @param columnId
  2888. * the identifier of the column to get
  2889. * @return the column corresponding to the given column identifier, or
  2890. * <code>null</code> if there is no such column
  2891. */
  2892. public Column<T, ?> getColumn(String columnId) {
  2893. return columnIds.get(columnId);
  2894. }
  2895. private Column<T, ?> getColumnOrThrow(String columnId) {
  2896. Objects.requireNonNull(columnId, "Column id cannot be null");
  2897. Column<T, ?> column = getColumn(columnId);
  2898. if (column == null) {
  2899. throw new IllegalStateException(
  2900. "There is no column with the id " + columnId);
  2901. }
  2902. return column;
  2903. }
  2904. /**
  2905. * {@inheritDoc}
  2906. * <p>
  2907. * Note that the order of the returned components it not specified.
  2908. */
  2909. @Override
  2910. public Iterator<Component> iterator() {
  2911. Set<Component> componentSet = new LinkedHashSet<>(extensionComponents);
  2912. Header header = getHeader();
  2913. for (int i = 0; i < header.getRowCount(); ++i) {
  2914. HeaderRow row = header.getRow(i);
  2915. componentSet.addAll(row.getComponents());
  2916. }
  2917. Footer footer = getFooter();
  2918. for (int i = 0; i < footer.getRowCount(); ++i) {
  2919. FooterRow row = footer.getRow(i);
  2920. componentSet.addAll(row.getComponents());
  2921. }
  2922. return Collections.unmodifiableSet(componentSet).iterator();
  2923. }
  2924. /**
  2925. * Sets the number of frozen columns in this grid. Setting the count to 0
  2926. * means that no data columns will be frozen, but the built-in selection
  2927. * checkbox column will still be frozen if it's in use. Setting the count to
  2928. * -1 will also disable the selection column.
  2929. * <p>
  2930. * <em>NOTE:</em> this count includes {@link Column#isHidden() hidden
  2931. * columns} in the count.
  2932. * <p>
  2933. * The default value is 0.
  2934. *
  2935. * @param numberOfColumns
  2936. * the number of columns that should be frozen
  2937. *
  2938. * @throws IllegalArgumentException
  2939. * if the column count is less than -1 or greater than the
  2940. * number of visible columns
  2941. */
  2942. public void setFrozenColumnCount(int numberOfColumns) {
  2943. if (numberOfColumns < -1 || numberOfColumns > columnSet.size()) {
  2944. throw new IllegalArgumentException(
  2945. "count must be between -1 and the current number of columns ("
  2946. + columnSet.size() + "): " + numberOfColumns);
  2947. }
  2948. int currentFrozenColumnState = getState(false).frozenColumnCount;
  2949. /*
  2950. * we remove the current value from the state so that setting frozen
  2951. * columns will always happen after this call. This is so that the value
  2952. * will be set also in the widget even if it happens to seem to be the
  2953. * same as this current value we're setting.
  2954. */
  2955. if (currentFrozenColumnState != numberOfColumns) {
  2956. final String diffStateKey = "frozenColumnCount";
  2957. UI ui = getUI();
  2958. if (ui != null) {
  2959. JsonObject diffState = ui.getConnectorTracker()
  2960. .getDiffState(Grid.this);
  2961. // if diffState is not present, there's nothing for us to clean
  2962. if (diffState != null) {
  2963. diffState.remove(diffStateKey);
  2964. }
  2965. }
  2966. }
  2967. getState().frozenColumnCount = numberOfColumns;
  2968. }
  2969. /**
  2970. * Gets the number of frozen columns in this grid. 0 means that no data
  2971. * columns will be frozen, but the built-in selection checkbox column will
  2972. * still be frozen if it's in use. -1 means that not even the selection
  2973. * column is frozen.
  2974. * <p>
  2975. * <em>NOTE:</em> this count includes {@link Column#isHidden() hidden
  2976. * columns} in the count.
  2977. *
  2978. * @see #setFrozenColumnCount(int)
  2979. *
  2980. * @return the number of frozen columns
  2981. */
  2982. public int getFrozenColumnCount() {
  2983. return getState(false).frozenColumnCount;
  2984. }
  2985. /**
  2986. * Sets the number of rows that should be visible in Grid's body. This
  2987. * method will set the height mode to be {@link HeightMode#ROW}.
  2988. *
  2989. * @param rows
  2990. * The height in terms of number of rows displayed in Grid's
  2991. * body. If Grid doesn't contain enough rows, white space is
  2992. * displayed instead.
  2993. * @throws IllegalArgumentException
  2994. * if {@code rows} is zero or less
  2995. * @throws IllegalArgumentException
  2996. * if {@code rows} is {@link Double#isInfinite(double) infinite}
  2997. * @throws IllegalArgumentException
  2998. * if {@code rows} is {@link Double#isNaN(double) NaN}
  2999. */
  3000. public void setHeightByRows(double rows) {
  3001. if (rows <= 0.0d) {
  3002. throw new IllegalArgumentException(
  3003. "More than zero rows must be shown.");
  3004. }
  3005. if (Double.isInfinite(rows)) {
  3006. throw new IllegalArgumentException(
  3007. "Grid doesn't support infinite heights");
  3008. }
  3009. if (Double.isNaN(rows)) {
  3010. throw new IllegalArgumentException("NaN is not a valid row count");
  3011. }
  3012. getState().heightMode = HeightMode.ROW;
  3013. getState().heightByRows = rows;
  3014. }
  3015. /**
  3016. * Gets the amount of rows in Grid's body that are shown, while
  3017. * {@link #getHeightMode()} is {@link HeightMode#ROW}.
  3018. *
  3019. * @return the amount of rows that are being shown in Grid's body
  3020. * @see #setHeightByRows(double)
  3021. */
  3022. public double getHeightByRows() {
  3023. return getState(false).heightByRows;
  3024. }
  3025. /**
  3026. * {@inheritDoc}
  3027. * <p>
  3028. * <em>Note:</em> This method will set the height mode to be
  3029. * {@link HeightMode#CSS}.
  3030. *
  3031. * @see #setHeightMode(HeightMode)
  3032. */
  3033. @Override
  3034. public void setHeight(float height, Unit unit) {
  3035. getState().heightMode = HeightMode.CSS;
  3036. super.setHeight(height, unit);
  3037. }
  3038. /**
  3039. * Defines the mode in which the Grid widget's height is calculated.
  3040. * <p>
  3041. * If {@link HeightMode#CSS} is given, Grid will respect the values given
  3042. * via a {@code setHeight}-method, and behave as a traditional Component.
  3043. * <p>
  3044. * If {@link HeightMode#ROW} is given, Grid will make sure that the body
  3045. * will display as many rows as {@link #getHeightByRows()} defines.
  3046. * <em>Note:</em> If headers/footers are inserted or removed, the widget
  3047. * will resize itself to still display the required amount of rows in its
  3048. * body. It also takes the horizontal scrollbar into account.
  3049. *
  3050. * @param heightMode
  3051. * the mode in to which Grid should be set
  3052. */
  3053. public void setHeightMode(HeightMode heightMode) {
  3054. /**
  3055. * This method is a workaround for the fact that Vaadin re-applies
  3056. * widget dimensions (height/width) on each state change event. The
  3057. * original design was to have setHeight and setHeightByRow be equals,
  3058. * and whichever was called the latest was considered in effect.
  3059. *
  3060. * But, because of Vaadin always calling setHeight on the widget, this
  3061. * approach doesn't work.
  3062. */
  3063. getState().heightMode = heightMode;
  3064. }
  3065. /**
  3066. * Returns the current {@link HeightMode} the Grid is in.
  3067. * <p>
  3068. * Defaults to {@link HeightMode#CSS}.
  3069. *
  3070. * @return the current HeightMode
  3071. */
  3072. public HeightMode getHeightMode() {
  3073. return getState(false).heightMode;
  3074. }
  3075. /**
  3076. * Sets the height of body, header and footer rows. If -1 (default), the row
  3077. * height is calculated based on the theme for an empty row before the Grid
  3078. * is displayed.
  3079. * <p>
  3080. * Note that all header, body and footer rows get the same height if
  3081. * explicitly set. In automatic mode, each section is calculated separately
  3082. * based on an empty row of that type.
  3083. *
  3084. * @see #setBodyRowHeight(double)
  3085. * @see #setHeaderRowHeight(double)
  3086. * @see #setFooterRowHeight(double)
  3087. *
  3088. * @param rowHeight
  3089. * The height of a row in pixels or -1 for automatic calculation
  3090. */
  3091. public void setRowHeight(double rowHeight) {
  3092. setBodyRowHeight(rowHeight);
  3093. setHeaderRowHeight(rowHeight);
  3094. setFooterRowHeight(rowHeight);
  3095. }
  3096. /**
  3097. * Sets the height of a body row. If -1 (default), the row height is
  3098. * calculated based on the theme for an empty row before the Grid is
  3099. * displayed.
  3100. *
  3101. * @param rowHeight
  3102. * The height of a row in pixels or -1 for automatic calculation
  3103. * @since 8.2
  3104. */
  3105. public void setBodyRowHeight(double rowHeight) {
  3106. getState().bodyRowHeight = rowHeight;
  3107. }
  3108. /**
  3109. * Sets the height of a header row. If -1 (default), the row height is
  3110. * calculated based on the theme for an empty row before the Grid is
  3111. * displayed.
  3112. *
  3113. * @param rowHeight
  3114. * The height of a row in pixels or -1 for automatic calculation
  3115. * @since 8.2
  3116. */
  3117. public void setHeaderRowHeight(double rowHeight) {
  3118. getState().headerRowHeight = rowHeight;
  3119. }
  3120. /**
  3121. * Sets the height of a footer row. If -1 (default), the row height is
  3122. * calculated based on the theme for an empty row before the Grid is
  3123. * displayed.
  3124. *
  3125. * @param rowHeight
  3126. * The height of a row in pixels or -1 for automatic calculation
  3127. * @since 8.2
  3128. */
  3129. public void setFooterRowHeight(double rowHeight) {
  3130. getState().footerRowHeight = rowHeight;
  3131. }
  3132. /**
  3133. * Returns the current body row height.-1 if row height is in automatic
  3134. * calculation mode.
  3135. *
  3136. * @see #getBodyRowHeight()
  3137. * @see #getHeaderRowHeight()
  3138. * @see #getFooterRowHeight()
  3139. *
  3140. * @return body row height
  3141. * @deprecated replaced by three separate row height controls
  3142. */
  3143. @Deprecated
  3144. public double getRowHeight() {
  3145. return getBodyRowHeight();
  3146. }
  3147. /**
  3148. * Returns the current body row height. -1 if row height is in automatic
  3149. * calculation mode.
  3150. *
  3151. * @return body row height
  3152. * @since 8.2
  3153. */
  3154. public double getBodyRowHeight() {
  3155. return getState(false).bodyRowHeight;
  3156. }
  3157. /**
  3158. * Returns the current header row height. -1 if row height is in automatic
  3159. * calculation mode.
  3160. *
  3161. * @return header row height
  3162. * @since 8.2
  3163. */
  3164. public double getHeaderRowHeight() {
  3165. return getState(false).headerRowHeight;
  3166. }
  3167. /**
  3168. * Returns the current footer row height. -1 if row height is in automatic
  3169. * calculation mode.
  3170. *
  3171. * @return footer row height
  3172. * @since 8.2
  3173. */
  3174. public double getFooterRowHeight() {
  3175. return getState(false).footerRowHeight;
  3176. }
  3177. /**
  3178. * Sets the style generator that is used for generating class names for rows
  3179. * in this grid. Returning null from the generator results in no custom
  3180. * style name being set.
  3181. *
  3182. * Note: The style generator is applied only to the body cells, not to the
  3183. * Editor.
  3184. *
  3185. * @see StyleGenerator
  3186. *
  3187. * @param styleGenerator
  3188. * the row style generator to set, not null
  3189. * @throws NullPointerException
  3190. * if {@code styleGenerator} is {@code null}
  3191. */
  3192. public void setStyleGenerator(StyleGenerator<T> styleGenerator) {
  3193. Objects.requireNonNull(styleGenerator,
  3194. "Style generator must not be null");
  3195. this.styleGenerator = styleGenerator;
  3196. getDataCommunicator().reset();
  3197. }
  3198. /**
  3199. * Gets the style generator that is used for generating class names for
  3200. * rows.
  3201. *
  3202. * @see StyleGenerator
  3203. *
  3204. * @return the row style generator
  3205. */
  3206. public StyleGenerator<T> getStyleGenerator() {
  3207. return styleGenerator;
  3208. }
  3209. /**
  3210. * Sets the description generator that is used for generating descriptions
  3211. * for rows. This method uses the {@link ContentMode#PREFORMATTED} content
  3212. * mode.
  3213. *
  3214. * @see #setDescriptionGenerator(DescriptionGenerator, ContentMode)
  3215. *
  3216. * @param descriptionGenerator
  3217. * the row description generator to set, or <code>null</code> to
  3218. * remove a previously set generator
  3219. */
  3220. public void setDescriptionGenerator(
  3221. DescriptionGenerator<T> descriptionGenerator) {
  3222. setDescriptionGenerator(descriptionGenerator, ContentMode.PREFORMATTED);
  3223. }
  3224. /**
  3225. * Sets the description generator that is used for generating descriptions
  3226. * for rows. This method uses the given content mode.
  3227. *
  3228. * @see #setDescriptionGenerator(DescriptionGenerator)
  3229. *
  3230. * @param descriptionGenerator
  3231. * the row description generator to set, or {@code null} to
  3232. * remove a previously set generator
  3233. * @param contentMode
  3234. * the content mode for row tooltips
  3235. *
  3236. * @since 8.2
  3237. */
  3238. public void setDescriptionGenerator(
  3239. DescriptionGenerator<T> descriptionGenerator,
  3240. ContentMode contentMode) {
  3241. Objects.requireNonNull(contentMode, "contentMode cannot be null");
  3242. this.descriptionGenerator = descriptionGenerator;
  3243. getState().rowDescriptionContentMode = contentMode;
  3244. getDataCommunicator().reset();
  3245. }
  3246. /**
  3247. * Gets the description generator that is used for generating descriptions
  3248. * for rows.
  3249. *
  3250. * @return the row description generator, or <code>null</code> if no
  3251. * generator is set
  3252. */
  3253. public DescriptionGenerator<T> getDescriptionGenerator() {
  3254. return descriptionGenerator;
  3255. }
  3256. //
  3257. // HEADER AND FOOTER
  3258. //
  3259. /**
  3260. * Returns the header row at the given index.
  3261. *
  3262. * @param index
  3263. * the index of the row, where the topmost row has index zero
  3264. * @return the header row at the index
  3265. * @throws IndexOutOfBoundsException
  3266. * if {@code rowIndex < 0 || rowIndex >= getHeaderRowCount()}
  3267. */
  3268. public HeaderRow getHeaderRow(int index) {
  3269. return getHeader().getRow(index);
  3270. }
  3271. /**
  3272. * Gets the number of rows in the header section.
  3273. *
  3274. * @return the number of header rows
  3275. */
  3276. public int getHeaderRowCount() {
  3277. return header.getRowCount();
  3278. }
  3279. /**
  3280. * Inserts a new row at the given position to the header section. Shifts the
  3281. * row currently at that position and any subsequent rows down (adds one to
  3282. * their indices). Inserting at {@link #getHeaderRowCount()} appends the row
  3283. * at the bottom of the header.
  3284. *
  3285. * @param index
  3286. * the index at which to insert the row, where the topmost row
  3287. * has index zero
  3288. * @return the inserted header row
  3289. *
  3290. * @throws IndexOutOfBoundsException
  3291. * if {@code rowIndex < 0 || rowIndex > getHeaderRowCount()}
  3292. *
  3293. * @see #appendHeaderRow()
  3294. * @see #prependHeaderRow()
  3295. * @see #removeHeaderRow(HeaderRow)
  3296. * @see #removeHeaderRow(int)
  3297. */
  3298. public HeaderRow addHeaderRowAt(int index) {
  3299. return getHeader().addRowAt(index);
  3300. }
  3301. /**
  3302. * Adds a new row at the bottom of the header section.
  3303. *
  3304. * @return the appended header row
  3305. *
  3306. * @see #prependHeaderRow()
  3307. * @see #addHeaderRowAt(int)
  3308. * @see #removeHeaderRow(HeaderRow)
  3309. * @see #removeHeaderRow(int)
  3310. */
  3311. public HeaderRow appendHeaderRow() {
  3312. return addHeaderRowAt(getHeaderRowCount());
  3313. }
  3314. /**
  3315. * Adds a new row at the top of the header section.
  3316. *
  3317. * @return the prepended header row
  3318. *
  3319. * @see #appendHeaderRow()
  3320. * @see #addHeaderRowAt(int)
  3321. * @see #removeHeaderRow(HeaderRow)
  3322. * @see #removeHeaderRow(int)
  3323. */
  3324. public HeaderRow prependHeaderRow() {
  3325. return addHeaderRowAt(0);
  3326. }
  3327. /**
  3328. * Removes the given row from the header section. Removing a default row
  3329. * sets the Grid to have no default row.
  3330. *
  3331. * @param row
  3332. * the header row to be removed, not null
  3333. *
  3334. * @throws IllegalArgumentException
  3335. * if the header does not contain the row
  3336. *
  3337. * @see #removeHeaderRow(int)
  3338. * @see #addHeaderRowAt(int)
  3339. * @see #appendHeaderRow()
  3340. * @see #prependHeaderRow()
  3341. */
  3342. public void removeHeaderRow(HeaderRow row) {
  3343. getHeader().removeRow(row);
  3344. }
  3345. /**
  3346. * Removes the row at the given position from the header section.
  3347. *
  3348. * @param index
  3349. * the index of the row to remove, where the topmost row has
  3350. * index zero
  3351. *
  3352. * @throws IndexOutOfBoundsException
  3353. * if {@code index < 0 || index >= getHeaderRowCount()}
  3354. *
  3355. * @see #removeHeaderRow(HeaderRow)
  3356. * @see #addHeaderRowAt(int)
  3357. * @see #appendHeaderRow()
  3358. * @see #prependHeaderRow()
  3359. */
  3360. public void removeHeaderRow(int index) {
  3361. getHeader().removeRow(index);
  3362. }
  3363. /**
  3364. * Sets the visibility of the Header in this Grid.
  3365. *
  3366. * @param headerVisible
  3367. * {@code true} if visible; {@code false} if not
  3368. *
  3369. * @since 8.1.1
  3370. */
  3371. public void setHeaderVisible(boolean headerVisible) {
  3372. getHeader().setVisible(headerVisible);
  3373. }
  3374. /**
  3375. * Gets the visibility of the Header in this Grid.
  3376. *
  3377. * @return {@code true} if visible; {@code false} if not
  3378. *
  3379. * @since 8.1.1
  3380. */
  3381. public boolean isHeaderVisible() {
  3382. return getHeader().isVisible();
  3383. }
  3384. /**
  3385. * Returns the current default row of the header.
  3386. *
  3387. * @return the default row or null if no default row set
  3388. *
  3389. * @see #setDefaultHeaderRow(HeaderRow)
  3390. */
  3391. public HeaderRow getDefaultHeaderRow() {
  3392. return header.getDefaultRow();
  3393. }
  3394. /**
  3395. * Sets the default row of the header. The default row is a special header
  3396. * row that displays column captions and sort indicators. By default Grid
  3397. * has a single row which is also the default row. When a header row is set
  3398. * as the default row, any existing cell content is replaced by the column
  3399. * captions.
  3400. *
  3401. * @param row
  3402. * the new default row, or null for no default row
  3403. *
  3404. * @throws IllegalArgumentException
  3405. * if the header does not contain the row
  3406. */
  3407. public void setDefaultHeaderRow(HeaderRow row) {
  3408. header.setDefaultRow((Row) row);
  3409. }
  3410. /**
  3411. * Returns the header section of this grid. The default header contains a
  3412. * single row, set as the {@linkplain #setDefaultHeaderRow(HeaderRow)
  3413. * default row}.
  3414. *
  3415. * @return the header section
  3416. */
  3417. protected Header getHeader() {
  3418. return header;
  3419. }
  3420. /**
  3421. * Returns the footer row at the given index.
  3422. *
  3423. * @param index
  3424. * the index of the row, where the topmost row has index zero
  3425. * @return the footer row at the index
  3426. * @throws IndexOutOfBoundsException
  3427. * if {@code rowIndex < 0 || rowIndex >= getFooterRowCount()}
  3428. */
  3429. public FooterRow getFooterRow(int index) {
  3430. return getFooter().getRow(index);
  3431. }
  3432. /**
  3433. * Gets the number of rows in the footer section.
  3434. *
  3435. * @return the number of footer rows
  3436. */
  3437. public int getFooterRowCount() {
  3438. return getFooter().getRowCount();
  3439. }
  3440. /**
  3441. * Inserts a new row at the given position to the footer section. Shifts the
  3442. * row currently at that position and any subsequent rows down (adds one to
  3443. * their indices). Inserting at {@link #getFooterRowCount()} appends the row
  3444. * at the bottom of the footer.
  3445. *
  3446. * @param index
  3447. * the index at which to insert the row, where the topmost row
  3448. * has index zero
  3449. * @return the inserted footer row
  3450. *
  3451. * @throws IndexOutOfBoundsException
  3452. * if {@code rowIndex < 0 || rowIndex > getFooterRowCount()}
  3453. *
  3454. * @see #appendFooterRow()
  3455. * @see #prependFooterRow()
  3456. * @see #removeFooterRow(FooterRow)
  3457. * @see #removeFooterRow(int)
  3458. */
  3459. public FooterRow addFooterRowAt(int index) {
  3460. return getFooter().addRowAt(index);
  3461. }
  3462. /**
  3463. * Adds a new row at the bottom of the footer section.
  3464. *
  3465. * @return the appended footer row
  3466. *
  3467. * @see #prependFooterRow()
  3468. * @see #addFooterRowAt(int)
  3469. * @see #removeFooterRow(FooterRow)
  3470. * @see #removeFooterRow(int)
  3471. */
  3472. public FooterRow appendFooterRow() {
  3473. return addFooterRowAt(getFooterRowCount());
  3474. }
  3475. /**
  3476. * Adds a new row at the top of the footer section.
  3477. *
  3478. * @return the prepended footer row
  3479. *
  3480. * @see #appendFooterRow()
  3481. * @see #addFooterRowAt(int)
  3482. * @see #removeFooterRow(FooterRow)
  3483. * @see #removeFooterRow(int)
  3484. */
  3485. public FooterRow prependFooterRow() {
  3486. return addFooterRowAt(0);
  3487. }
  3488. /**
  3489. * Removes the given row from the footer section. Removing a default row
  3490. * sets the Grid to have no default row.
  3491. *
  3492. * @param row
  3493. * the footer row to be removed, not null
  3494. *
  3495. * @throws IllegalArgumentException
  3496. * if the footer does not contain the row
  3497. *
  3498. * @see #removeFooterRow(int)
  3499. * @see #addFooterRowAt(int)
  3500. * @see #appendFooterRow()
  3501. * @see #prependFooterRow()
  3502. */
  3503. public void removeFooterRow(FooterRow row) {
  3504. getFooter().removeRow(row);
  3505. }
  3506. /**
  3507. * Removes the row at the given position from the footer section.
  3508. *
  3509. * @param index
  3510. * the index of the row to remove, where the topmost row has
  3511. * index zero
  3512. *
  3513. * @throws IndexOutOfBoundsException
  3514. * if {@code index < 0 || index >= getFooterRowCount()}
  3515. *
  3516. * @see #removeFooterRow(FooterRow)
  3517. * @see #addFooterRowAt(int)
  3518. * @see #appendFooterRow()
  3519. * @see #prependFooterRow()
  3520. */
  3521. public void removeFooterRow(int index) {
  3522. getFooter().removeRow(index);
  3523. }
  3524. /**
  3525. * Sets the visibility of the Footer in this Grid.
  3526. *
  3527. * @param footerVisible
  3528. * {@code true} if visible; {@code false} if not
  3529. *
  3530. * @since 8.1.1
  3531. */
  3532. public void setFooterVisible(boolean footerVisible) {
  3533. getFooter().setVisible(footerVisible);
  3534. }
  3535. /**
  3536. * Gets the visibility of the Footer in this Grid.
  3537. *
  3538. * @return {@code true} if visible; {@code false} if not
  3539. *
  3540. * @since 8.1.1
  3541. */
  3542. public boolean isFooterVisible() {
  3543. return getFooter().isVisible();
  3544. }
  3545. /**
  3546. * Returns the footer section of this grid.
  3547. *
  3548. * @return the footer section
  3549. */
  3550. protected Footer getFooter() {
  3551. return footer;
  3552. }
  3553. /**
  3554. * Registers a new column reorder listener.
  3555. *
  3556. * @param listener
  3557. * the listener to register, not null
  3558. * @return a registration for the listener
  3559. */
  3560. public Registration addColumnReorderListener(
  3561. ColumnReorderListener listener) {
  3562. return addListener(ColumnReorderEvent.class, listener,
  3563. COLUMN_REORDER_METHOD);
  3564. }
  3565. /**
  3566. * Registers a new column resize listener.
  3567. *
  3568. * @param listener
  3569. * the listener to register, not null
  3570. * @return a registration for the listener
  3571. */
  3572. public Registration addColumnResizeListener(ColumnResizeListener listener) {
  3573. return addListener(ColumnResizeEvent.class, listener,
  3574. COLUMN_RESIZE_METHOD);
  3575. }
  3576. /**
  3577. * Adds an item click listener. The listener is called when an item of this
  3578. * {@code Grid} is clicked.
  3579. *
  3580. * @param listener
  3581. * the item click listener, not null
  3582. * @return a registration for the listener
  3583. * @see #addContextClickListener
  3584. */
  3585. public Registration addItemClickListener(
  3586. ItemClickListener<? super T> listener) {
  3587. return addListener(GridConstants.ITEM_CLICK_EVENT_ID, ItemClick.class,
  3588. listener, ITEM_CLICK_METHOD);
  3589. }
  3590. /**
  3591. * Adds a context click listener that gets notified when a context click
  3592. * happens.
  3593. *
  3594. * @param listener
  3595. * the context click listener to add, not null actual event
  3596. * provided to the listener is {@link GridContextClickEvent}
  3597. * @return a registration object for removing the listener
  3598. *
  3599. * @since 8.1
  3600. * @see #addItemClickListener
  3601. * @see Registration
  3602. */
  3603. @Override
  3604. public Registration addContextClickListener(
  3605. ContextClickEvent.ContextClickListener listener) {
  3606. return super.addContextClickListener(listener);
  3607. }
  3608. /**
  3609. * Registers a new column visibility change listener.
  3610. *
  3611. * @param listener
  3612. * the listener to register, not null
  3613. * @return a registration for the listener
  3614. */
  3615. public Registration addColumnVisibilityChangeListener(
  3616. ColumnVisibilityChangeListener listener) {
  3617. return addListener(ColumnVisibilityChangeEvent.class, listener,
  3618. COLUMN_VISIBILITY_METHOD);
  3619. }
  3620. /**
  3621. * Returns whether column reordering is allowed. Default value is
  3622. * <code>false</code>.
  3623. *
  3624. * @return true if reordering is allowed
  3625. */
  3626. public boolean isColumnReorderingAllowed() {
  3627. return getState(false).columnReorderingAllowed;
  3628. }
  3629. /**
  3630. * Sets whether or not column reordering is allowed. Default value is
  3631. * <code>false</code>.
  3632. *
  3633. * @param columnReorderingAllowed
  3634. * specifies whether column reordering is allowed
  3635. */
  3636. public void setColumnReorderingAllowed(boolean columnReorderingAllowed) {
  3637. if (isColumnReorderingAllowed() != columnReorderingAllowed) {
  3638. getState().columnReorderingAllowed = columnReorderingAllowed;
  3639. }
  3640. }
  3641. /**
  3642. * Sets the columns and their order based on their column ids. Columns
  3643. * currently in this grid that are not present in the list of column ids are
  3644. * removed. This includes any column that has no id. Similarly, any new
  3645. * column in columns will be added to this grid. New columns can only be
  3646. * added for a <code>Grid</code> created using {@link Grid#Grid(Class)} or
  3647. * {@link #withPropertySet(PropertySet)}.
  3648. *
  3649. *
  3650. * @param columnIds
  3651. * the column ids to set
  3652. *
  3653. * @see Column#setId(String)
  3654. */
  3655. public void setColumns(String... columnIds) {
  3656. // Must extract to an explicitly typed variable because otherwise javac
  3657. // cannot determine which overload of setColumnOrder to use
  3658. Column<T, ?>[] newColumnOrder = Stream.of(columnIds)
  3659. .map((Function<String, Column<T, ?>>) id -> {
  3660. Column<T, ?> column = getColumn(id);
  3661. if (column == null) {
  3662. column = addColumn(id);
  3663. }
  3664. return column;
  3665. }).toArray(Column[]::new);
  3666. setColumnOrder(newColumnOrder);
  3667. // The columns to remove are now at the end of the column list
  3668. getColumns().stream().skip(columnIds.length)
  3669. .forEach(this::removeColumn);
  3670. }
  3671. private String getGeneratedIdentifier() {
  3672. String columnId = "" + counter;
  3673. counter++;
  3674. return columnId;
  3675. }
  3676. /**
  3677. * Sets a new column order for the grid. All columns which are not ordered
  3678. * here will remain in the order they were before as the last columns of
  3679. * grid.
  3680. *
  3681. * @param columns
  3682. * the columns in the order they should be
  3683. */
  3684. public void setColumnOrder(Column<T, ?>... columns) {
  3685. setColumnOrder(Stream.of(columns));
  3686. }
  3687. private void setColumnOrder(Stream<Column<T, ?>> columns) {
  3688. List<String> columnOrder = new ArrayList<>();
  3689. columns.forEach(column -> {
  3690. if (columnSet.contains(column)) {
  3691. columnOrder.add(column.getInternalId());
  3692. } else {
  3693. throw new IllegalStateException(
  3694. "setColumnOrder should not be called "
  3695. + "with columns that are not in the grid.");
  3696. }
  3697. });
  3698. List<String> stateColumnOrder = getState().columnOrder;
  3699. if (stateColumnOrder.size() != columnOrder.size()) {
  3700. stateColumnOrder.removeAll(columnOrder);
  3701. columnOrder.addAll(stateColumnOrder);
  3702. }
  3703. getState().columnOrder = columnOrder;
  3704. fireColumnReorderEvent(false);
  3705. }
  3706. /**
  3707. * Sets a new column order for the grid based on their column ids. All
  3708. * columns which are not ordered here will remain in the order they were
  3709. * before as the last columns of grid.
  3710. *
  3711. * @param columnIds
  3712. * the column ids in the order they should be
  3713. *
  3714. * @see Column#setId(String)
  3715. */
  3716. public void setColumnOrder(String... columnIds) {
  3717. setColumnOrder(Stream.of(columnIds).map(this::getColumnOrThrow));
  3718. }
  3719. /**
  3720. * Returns the selection model for this grid.
  3721. *
  3722. * @return the selection model, not null
  3723. */
  3724. public GridSelectionModel<T> getSelectionModel() {
  3725. assert selectionModel != null : "No selection model set by "
  3726. + getClass().getName() + " constructor";
  3727. return selectionModel;
  3728. }
  3729. /**
  3730. * Use this grid as a single select in {@link Binder}.
  3731. * <p>
  3732. * Throws {@link IllegalStateException} if the grid is not using a
  3733. * {@link SingleSelectionModel}.
  3734. *
  3735. * @return the single select wrapper that can be used in binder
  3736. * @throws IllegalStateException
  3737. * if not using a single selection model
  3738. */
  3739. public GridSingleSelect<T> asSingleSelect() {
  3740. return new GridSingleSelect<>(this);
  3741. }
  3742. public Editor<T> getEditor() {
  3743. return editor;
  3744. }
  3745. /**
  3746. * User this grid as a multiselect in {@link Binder}.
  3747. * <p>
  3748. * Throws {@link IllegalStateException} if the grid is not using a
  3749. * {@link MultiSelectionModel}.
  3750. *
  3751. * @return the multiselect wrapper that can be used in binder
  3752. * @throws IllegalStateException
  3753. * if not using a multiselection model
  3754. */
  3755. public GridMultiSelect<T> asMultiSelect() {
  3756. return new GridMultiSelect<>(this);
  3757. }
  3758. /**
  3759. * Sets the selection model for the grid.
  3760. * <p>
  3761. * This method is for setting a custom selection model, and is
  3762. * {@code protected} because {@link #setSelectionMode(SelectionMode)} should
  3763. * be used for easy switching between built-in selection models.
  3764. * <p>
  3765. * The default selection model is {@link SingleSelectionModelImpl}.
  3766. * <p>
  3767. * To use a custom selection model, you can e.g. extend the grid call this
  3768. * method with your custom selection model.
  3769. *
  3770. * @param model
  3771. * the selection model to use, not {@code null}
  3772. *
  3773. * @see #setSelectionMode(SelectionMode)
  3774. */
  3775. @SuppressWarnings("unchecked")
  3776. protected void setSelectionModel(GridSelectionModel<T> model) {
  3777. Objects.requireNonNull(model, "selection model cannot be null");
  3778. if (selectionModel != null) { // null when called from constructor
  3779. selectionModel.remove();
  3780. }
  3781. selectionModel = model;
  3782. if (selectionModel instanceof AbstractListingExtension) {
  3783. ((AbstractListingExtension<T>) selectionModel).extend(this);
  3784. } else {
  3785. addExtension(selectionModel);
  3786. }
  3787. }
  3788. /**
  3789. * Sets the grid's selection mode.
  3790. * <p>
  3791. * The built-in selection models are:
  3792. * <ul>
  3793. * <li>{@link SelectionMode#SINGLE} -> {@link SingleSelectionModelImpl},
  3794. * <b>the default model</b></li>
  3795. * <li>{@link SelectionMode#MULTI} -> {@link MultiSelectionModelImpl}, with
  3796. * checkboxes in the first column for selection</li>
  3797. * <li>{@link SelectionMode#NONE} -> {@link NoSelectionModel}, preventing
  3798. * selection</li>
  3799. * </ul>
  3800. * <p>
  3801. * To use your custom selection model, you can use
  3802. * {@link #setSelectionModel(GridSelectionModel)}, see existing selection
  3803. * model implementations for example.
  3804. *
  3805. * @param selectionMode
  3806. * the selection mode to switch to, not {@code null}
  3807. * @return the used selection model
  3808. *
  3809. * @see SelectionMode
  3810. * @see GridSelectionModel
  3811. * @see #setSelectionModel(GridSelectionModel)
  3812. */
  3813. public GridSelectionModel<T> setSelectionMode(SelectionMode selectionMode) {
  3814. Objects.requireNonNull(selectionMode, "Selection mode cannot be null.");
  3815. GridSelectionModel<T> model = selectionMode.createModel();
  3816. setSelectionModel(model);
  3817. return model;
  3818. }
  3819. /**
  3820. * This method is a shorthand that delegates to the currently set selection
  3821. * model.
  3822. *
  3823. * @see #getSelectionModel()
  3824. * @see GridSelectionModel
  3825. */
  3826. public Set<T> getSelectedItems() {
  3827. return getSelectionModel().getSelectedItems();
  3828. }
  3829. /**
  3830. * This method is a shorthand that delegates to the currently set selection
  3831. * model.
  3832. *
  3833. * @see #getSelectionModel()
  3834. * @see GridSelectionModel
  3835. */
  3836. public void select(T item) {
  3837. getSelectionModel().select(item);
  3838. }
  3839. /**
  3840. * This method is a shorthand that delegates to the currently set selection
  3841. * model.
  3842. *
  3843. * @see #getSelectionModel()
  3844. * @see GridSelectionModel
  3845. */
  3846. public void deselect(T item) {
  3847. getSelectionModel().deselect(item);
  3848. }
  3849. /**
  3850. * This method is a shorthand that delegates to the currently set selection
  3851. * model.
  3852. *
  3853. * @see #getSelectionModel()
  3854. * @see GridSelectionModel
  3855. */
  3856. public void deselectAll() {
  3857. getSelectionModel().deselectAll();
  3858. }
  3859. /**
  3860. * Adds a selection listener to the current selection model.
  3861. * <p>
  3862. * <em>NOTE:</em> If selection mode is switched with
  3863. * {@link #setSelectionMode(SelectionMode)}, then this listener is not
  3864. * triggered anymore when selection changes!
  3865. * <p>
  3866. * This is a shorthand for
  3867. * {@code grid.getSelectionModel().addSelectionListener()}. To get more
  3868. * detailed selection events, use {@link #getSelectionModel()} and either
  3869. * {@link SingleSelectionModel#addSingleSelectionListener(SingleSelectionListener)}
  3870. * or
  3871. * {@link MultiSelectionModel#addMultiSelectionListener(MultiSelectionListener)}
  3872. * depending on the used selection mode.
  3873. *
  3874. * @param listener
  3875. * the listener to add
  3876. * @return a registration handle to remove the listener
  3877. * @throws UnsupportedOperationException
  3878. * if selection has been disabled with
  3879. * {@link SelectionMode#NONE}
  3880. */
  3881. public Registration addSelectionListener(SelectionListener<T> listener)
  3882. throws UnsupportedOperationException {
  3883. return getSelectionModel().addSelectionListener(listener);
  3884. }
  3885. /**
  3886. * Sort this Grid in ascending order by a specified column.
  3887. *
  3888. * @param column
  3889. * a column to sort against
  3890. *
  3891. */
  3892. public void sort(Column<T, ?> column) {
  3893. sort(column, SortDirection.ASCENDING);
  3894. }
  3895. /**
  3896. * Sort this Grid in user-specified direction by a column.
  3897. *
  3898. * @param column
  3899. * a column to sort against
  3900. * @param direction
  3901. * a sort order value (ascending/descending)
  3902. *
  3903. */
  3904. public void sort(Column<T, ?> column, SortDirection direction) {
  3905. setSortOrder(Collections
  3906. .singletonList(new GridSortOrder<>(column, direction)));
  3907. }
  3908. /**
  3909. * Sort this Grid in ascending order by a specified column defined by id.
  3910. *
  3911. * @param columnId
  3912. * the id of the column to sort against
  3913. *
  3914. * @see Column#setId(String)
  3915. */
  3916. public void sort(String columnId) {
  3917. sort(columnId, SortDirection.ASCENDING);
  3918. }
  3919. /**
  3920. * Sort this Grid in a user-specified direction by a column defined by id.
  3921. *
  3922. * @param columnId
  3923. * the id of the column to sort against
  3924. * @param direction
  3925. * a sort order value (ascending/descending)
  3926. *
  3927. * @see Column#setId(String)
  3928. */
  3929. public void sort(String columnId, SortDirection direction) {
  3930. sort(getColumnOrThrow(columnId), direction);
  3931. }
  3932. /**
  3933. * Clear the current sort order, and re-sort the grid.
  3934. */
  3935. public void clearSortOrder() {
  3936. setSortOrder(Collections.emptyList());
  3937. }
  3938. /**
  3939. * Sets the sort order to use.
  3940. *
  3941. * @param order
  3942. * a sort order list.
  3943. *
  3944. * @throws IllegalArgumentException
  3945. * if order is null
  3946. */
  3947. public void setSortOrder(List<GridSortOrder<T>> order) {
  3948. setSortOrder(order, false);
  3949. }
  3950. /**
  3951. * Sets the sort order to use, given a {@link GridSortOrderBuilder}.
  3952. * Shorthand for {@code setSortOrder(builder.build())}.
  3953. *
  3954. * @see GridSortOrderBuilder
  3955. *
  3956. * @param builder
  3957. * the sort builder to retrieve the sort order from
  3958. * @throws NullPointerException
  3959. * if builder is null
  3960. */
  3961. public void setSortOrder(GridSortOrderBuilder<T> builder) {
  3962. Objects.requireNonNull(builder, "Sort builder cannot be null");
  3963. setSortOrder(builder.build());
  3964. }
  3965. /**
  3966. * Adds a sort order change listener that gets notified when the sort order
  3967. * changes.
  3968. *
  3969. * @param listener
  3970. * the sort order change listener to add
  3971. */
  3972. @Override
  3973. public Registration addSortListener(
  3974. SortListener<GridSortOrder<T>> listener) {
  3975. return addListener(SortEvent.class, listener, SORT_ORDER_CHANGE_METHOD);
  3976. }
  3977. /**
  3978. * Get the current sort order list.
  3979. *
  3980. * @return a sort order list
  3981. */
  3982. public List<GridSortOrder<T>> getSortOrder() {
  3983. return Collections.unmodifiableList(sortOrder);
  3984. }
  3985. /**
  3986. * Scrolls to a certain item, using {@link ScrollDestination#ANY}.
  3987. * <p>
  3988. * If the item has an open details row, its size will also be taken into
  3989. * account.
  3990. *
  3991. * @param row
  3992. * zero based index of the item to scroll to in the current view.
  3993. * @throws IllegalArgumentException
  3994. * if the provided row is outside the item range
  3995. */
  3996. public void scrollTo(int row) throws IllegalArgumentException {
  3997. scrollTo(row, ScrollDestination.ANY);
  3998. }
  3999. /**
  4000. * Scrolls to a certain item, using user-specified scroll destination.
  4001. * <p>
  4002. * If the item has an open details row, its size will also be taken into
  4003. * account.
  4004. *
  4005. * @param row
  4006. * zero based index of the item to scroll to in the current view.
  4007. * @param destination
  4008. * value specifying desired position of scrolled-to row, not
  4009. * {@code null}
  4010. * @throws IllegalArgumentException
  4011. * if the provided row is outside the item range
  4012. */
  4013. public void scrollTo(int row, ScrollDestination destination) {
  4014. Objects.requireNonNull(destination,
  4015. "ScrollDestination can not be null");
  4016. if (row >= getDataCommunicator().getDataProviderSize()) {
  4017. throw new IllegalArgumentException("Row outside dataProvider size");
  4018. }
  4019. getRpcProxy(GridClientRpc.class).scrollToRow(row, destination);
  4020. }
  4021. /**
  4022. * Scrolls to the beginning of the first data row.
  4023. */
  4024. public void scrollToStart() {
  4025. getRpcProxy(GridClientRpc.class).scrollToStart();
  4026. }
  4027. /**
  4028. * Scrolls to the end of the last data row.
  4029. */
  4030. public void scrollToEnd() {
  4031. getRpcProxy(GridClientRpc.class).scrollToEnd();
  4032. }
  4033. @Override
  4034. protected GridState getState() {
  4035. return getState(true);
  4036. }
  4037. @Override
  4038. protected GridState getState(boolean markAsDirty) {
  4039. return (GridState) super.getState(markAsDirty);
  4040. }
  4041. /**
  4042. * Sets the column resize mode to use. The default mode is
  4043. * {@link ColumnResizeMode#ANIMATED}.
  4044. *
  4045. * @param mode
  4046. * a ColumnResizeMode value
  4047. * @since 7.7.5
  4048. */
  4049. public void setColumnResizeMode(ColumnResizeMode mode) {
  4050. getState().columnResizeMode = mode;
  4051. }
  4052. /**
  4053. * Returns the current column resize mode. The default mode is
  4054. * {@link ColumnResizeMode#ANIMATED}.
  4055. *
  4056. * @return a ColumnResizeMode value
  4057. * @since 7.7.5
  4058. */
  4059. public ColumnResizeMode getColumnResizeMode() {
  4060. return getState(false).columnResizeMode;
  4061. }
  4062. /**
  4063. * Creates a new Editor instance. Can be overridden to create a custom
  4064. * Editor. If the Editor is a {@link AbstractGridExtension}, it will be
  4065. * automatically added to {@link DataCommunicator}.
  4066. *
  4067. * @return editor
  4068. */
  4069. protected Editor<T> createEditor() {
  4070. return new EditorImpl<>(propertySet);
  4071. }
  4072. private void addExtensionComponent(Component c) {
  4073. if (extensionComponents.add(c)) {
  4074. c.setParent(this);
  4075. markAsDirty();
  4076. }
  4077. }
  4078. private void removeExtensionComponent(Component c) {
  4079. if (extensionComponents.remove(c)) {
  4080. c.setParent(null);
  4081. markAsDirty();
  4082. }
  4083. }
  4084. private void fireColumnReorderEvent(boolean userOriginated) {
  4085. fireEvent(new ColumnReorderEvent(this, userOriginated));
  4086. }
  4087. private void fireColumnResizeEvent(Column<?, ?> column,
  4088. boolean userOriginated) {
  4089. fireEvent(new ColumnResizeEvent(this, column, userOriginated));
  4090. }
  4091. @Override
  4092. protected void readItems(Element design, DesignContext context) {
  4093. // Grid handles reading of items in Grid#readData
  4094. }
  4095. @Override
  4096. public DataProvider<T, ?> getDataProvider() {
  4097. return internalGetDataProvider();
  4098. }
  4099. @Override
  4100. public void setDataProvider(DataProvider<T, ?> dataProvider) {
  4101. internalSetDataProvider(dataProvider);
  4102. }
  4103. /**
  4104. * Sets a CallbackDataProvider using the given fetch items callback and a
  4105. * size callback.
  4106. * <p>
  4107. * This method is a shorthand for making a {@link CallbackDataProvider} that
  4108. * handles a partial {@link Query} object.
  4109. *
  4110. * @param fetchItems
  4111. * a callback for fetching items
  4112. * @param sizeCallback
  4113. * a callback for getting the count of items
  4114. *
  4115. * @see CallbackDataProvider
  4116. * @see #setDataProvider(DataProvider)
  4117. */
  4118. public void setDataProvider(FetchItemsCallback<T> fetchItems,
  4119. SerializableSupplier<Integer> sizeCallback) {
  4120. internalSetDataProvider(
  4121. new CallbackDataProvider<>(
  4122. q -> fetchItems.fetchItems(q.getSortOrders(),
  4123. q.getOffset(), q.getLimit()),
  4124. q -> sizeCallback.get()));
  4125. }
  4126. @Override
  4127. protected void doReadDesign(Element design, DesignContext context) {
  4128. Attributes attrs = design.attributes();
  4129. if (design.hasAttr(DECLARATIVE_DATA_ITEM_TYPE)) {
  4130. String itemType = design.attr(DECLARATIVE_DATA_ITEM_TYPE);
  4131. setBeanType(itemType);
  4132. }
  4133. if (attrs.hasKey("selection-mode")) {
  4134. setSelectionMode(DesignAttributeHandler.readAttribute(
  4135. "selection-mode", attrs, SelectionMode.class));
  4136. }
  4137. Attributes attr = design.attributes();
  4138. if (attr.hasKey("selection-allowed")) {
  4139. setReadOnly(DesignAttributeHandler
  4140. .readAttribute("selection-allowed", attr, Boolean.class));
  4141. }
  4142. if (attrs.hasKey("rows")) {
  4143. setHeightByRows(DesignAttributeHandler.readAttribute("rows", attrs,
  4144. double.class));
  4145. }
  4146. readStructure(design, context);
  4147. // Read frozen columns after columns are read.
  4148. if (attrs.hasKey("frozen-columns")) {
  4149. setFrozenColumnCount(DesignAttributeHandler
  4150. .readAttribute("frozen-columns", attrs, int.class));
  4151. }
  4152. }
  4153. /**
  4154. * Sets the bean type to use for property mapping.
  4155. * <p>
  4156. * This method is responsible also for setting or updating the property set
  4157. * so that it matches the given bean type.
  4158. * <p>
  4159. * Protected mostly for Designer needs, typically should not be overridden
  4160. * or even called.
  4161. *
  4162. * @param beanTypeClassName
  4163. * the fully qualified class name of the bean type
  4164. *
  4165. * @since 8.0.3
  4166. */
  4167. @SuppressWarnings("unchecked")
  4168. protected void setBeanType(String beanTypeClassName) {
  4169. setBeanType((Class<T>) resolveClass(beanTypeClassName));
  4170. }
  4171. /**
  4172. * Sets the bean type to use for property mapping.
  4173. * <p>
  4174. * This method is responsible also for setting or updating the property set
  4175. * so that it matches the given bean type.
  4176. * <p>
  4177. * Protected mostly for Designer needs, typically should not be overridden
  4178. * or even called.
  4179. *
  4180. * @param beanType
  4181. * the bean type class
  4182. *
  4183. * @since 8.0.3
  4184. */
  4185. protected void setBeanType(Class<T> beanType) {
  4186. this.beanType = beanType;
  4187. setPropertySet(BeanPropertySet.get(beanType));
  4188. }
  4189. private Class<?> resolveClass(String qualifiedClassName) {
  4190. try {
  4191. Class<?> resolvedClass = Class.forName(qualifiedClassName, true,
  4192. VaadinServiceClassLoaderUtil.findDefaultClassLoader());
  4193. return resolvedClass;
  4194. } catch (ClassNotFoundException | SecurityException e) {
  4195. throw new IllegalArgumentException(
  4196. "Unable to find class " + qualifiedClassName, e);
  4197. }
  4198. }
  4199. @Override
  4200. protected void doWriteDesign(Element design, DesignContext designContext) {
  4201. Attributes attr = design.attributes();
  4202. if (this.beanType != null) {
  4203. design.attr(DECLARATIVE_DATA_ITEM_TYPE,
  4204. this.beanType.getCanonicalName());
  4205. }
  4206. DesignAttributeHandler.writeAttribute("selection-allowed", attr,
  4207. isReadOnly(), false, Boolean.class, designContext);
  4208. Attributes attrs = design.attributes();
  4209. Grid<?> defaultInstance = designContext.getDefaultInstance(this);
  4210. DesignAttributeHandler.writeAttribute("frozen-columns", attrs,
  4211. getFrozenColumnCount(), defaultInstance.getFrozenColumnCount(),
  4212. int.class, designContext);
  4213. if (HeightMode.ROW.equals(getHeightMode())) {
  4214. DesignAttributeHandler.writeAttribute("rows", attrs,
  4215. getHeightByRows(), defaultInstance.getHeightByRows(),
  4216. double.class, designContext);
  4217. }
  4218. SelectionMode mode = getSelectionMode();
  4219. if (mode != null) {
  4220. DesignAttributeHandler.writeAttribute("selection-mode", attrs, mode,
  4221. SelectionMode.SINGLE, SelectionMode.class, designContext);
  4222. }
  4223. writeStructure(design, designContext);
  4224. }
  4225. @Override
  4226. protected T deserializeDeclarativeRepresentation(String item) {
  4227. if (item == null) {
  4228. return super.deserializeDeclarativeRepresentation(
  4229. UUID.randomUUID().toString());
  4230. }
  4231. return super.deserializeDeclarativeRepresentation(new String(item));
  4232. }
  4233. @Override
  4234. protected boolean isReadOnly() {
  4235. SelectionMode selectionMode = getSelectionMode();
  4236. if (SelectionMode.SINGLE.equals(selectionMode)) {
  4237. return asSingleSelect().isReadOnly();
  4238. }
  4239. if (SelectionMode.MULTI.equals(selectionMode)) {
  4240. return asMultiSelect().isReadOnly();
  4241. }
  4242. return false;
  4243. }
  4244. @Override
  4245. protected void setReadOnly(boolean readOnly) {
  4246. SelectionMode selectionMode = getSelectionMode();
  4247. if (SelectionMode.SINGLE.equals(selectionMode)) {
  4248. asSingleSelect().setReadOnly(readOnly);
  4249. } else if (SelectionMode.MULTI.equals(selectionMode)) {
  4250. asMultiSelect().setReadOnly(readOnly);
  4251. }
  4252. }
  4253. private void readStructure(Element design, DesignContext context) {
  4254. if (design.children().isEmpty()) {
  4255. return;
  4256. }
  4257. if (design.children().size() > 1
  4258. || !design.child(0).tagName().equals("table")) {
  4259. throw new DesignException(
  4260. "Grid needs to have a table element as its only child");
  4261. }
  4262. Element table = design.child(0);
  4263. Elements colgroups = table.getElementsByTag("colgroup");
  4264. if (colgroups.size() != 1) {
  4265. throw new DesignException(
  4266. "Table element in declarative Grid needs to have a"
  4267. + " colgroup defining the columns used in Grid");
  4268. }
  4269. List<DeclarativeValueProvider<T>> providers = new ArrayList<>();
  4270. for (Element col : colgroups.get(0).getElementsByTag("col")) {
  4271. String id = DesignAttributeHandler.readAttribute("column-id",
  4272. col.attributes(), null, String.class);
  4273. // If there is a property with a matching name available,
  4274. // map to that
  4275. Optional<PropertyDefinition<T, ?>> property = propertySet
  4276. .getProperties().filter(p -> p.getName().equals(id))
  4277. .findFirst();
  4278. Column<T, ?> column;
  4279. if (property.isPresent()) {
  4280. column = addColumn(id);
  4281. } else {
  4282. DeclarativeValueProvider<T> provider = new DeclarativeValueProvider<>();
  4283. column = createColumn(provider, ValueProvider.identity(),
  4284. new HtmlRenderer());
  4285. addColumn(getGeneratedIdentifier(), column);
  4286. if (id != null) {
  4287. column.setId(id);
  4288. }
  4289. providers.add(provider);
  4290. }
  4291. column.readDesign(col, context);
  4292. }
  4293. for (Element child : table.children()) {
  4294. if (child.tagName().equals("thead")) {
  4295. getHeader().readDesign(child, context);
  4296. } else if (child.tagName().equals("tbody")) {
  4297. readData(child, providers);
  4298. } else if (child.tagName().equals("tfoot")) {
  4299. getFooter().readDesign(child, context);
  4300. }
  4301. }
  4302. // Sync default header captions to column captions
  4303. if (getDefaultHeaderRow() != null) {
  4304. for (Column<T, ?> c : getColumns()) {
  4305. HeaderCell headerCell = getDefaultHeaderRow().getCell(c);
  4306. if (headerCell.getCellType() == GridStaticCellType.TEXT) {
  4307. c.setCaption(headerCell.getText());
  4308. }
  4309. }
  4310. }
  4311. }
  4312. /**
  4313. * Reads the declarative representation of a grid's data from the given
  4314. * element and stores it in the given {@link DeclarativeValueProvider}s.
  4315. * Each member in the list of value providers corresponds to a column in the
  4316. * grid.
  4317. *
  4318. * @since 8.1
  4319. *
  4320. * @param body
  4321. * the element to read data from
  4322. * @param providers
  4323. * list of {@link DeclarativeValueProvider}s to store the data of
  4324. * each column to
  4325. */
  4326. protected void readData(Element body,
  4327. List<DeclarativeValueProvider<T>> providers) {
  4328. getSelectionModel().deselectAll();
  4329. List<T> items = new ArrayList<>();
  4330. List<T> selectedItems = new ArrayList<>();
  4331. for (Element row : body.children()) {
  4332. T item = deserializeDeclarativeRepresentation(row.attr("item"));
  4333. items.add(item);
  4334. if (row.hasAttr("selected")) {
  4335. selectedItems.add(item);
  4336. }
  4337. Elements cells = row.children();
  4338. int i = 0;
  4339. for (Element cell : cells) {
  4340. providers.get(i).addValue(item, cell.html());
  4341. i++;
  4342. }
  4343. }
  4344. setItems(items);
  4345. selectedItems.forEach(getSelectionModel()::select);
  4346. }
  4347. private void writeStructure(Element design, DesignContext designContext) {
  4348. if (getColumns().isEmpty()) {
  4349. return;
  4350. }
  4351. Element tableElement = design.appendElement("table");
  4352. Element colGroup = tableElement.appendElement("colgroup");
  4353. getColumns().forEach(column -> column
  4354. .writeDesign(colGroup.appendElement("col"), designContext));
  4355. // Always write thead. Reads correctly when there no header rows
  4356. getHeader().writeDesign(tableElement.appendElement("thead"),
  4357. designContext);
  4358. if (designContext.shouldWriteData(this)) {
  4359. Element bodyElement = tableElement.appendElement("tbody");
  4360. writeData(bodyElement, designContext);
  4361. }
  4362. if (getFooter().getRowCount() > 0) {
  4363. getFooter().writeDesign(tableElement.appendElement("tfoot"),
  4364. designContext);
  4365. }
  4366. }
  4367. /**
  4368. * Writes the data contained in this grid. Used when serializing a grid to
  4369. * its declarative representation, if
  4370. * {@link DesignContext#shouldWriteData(Component)} returns {@code true} for
  4371. * the grid that is being written.
  4372. *
  4373. * @since 8.1
  4374. *
  4375. * @param body
  4376. * the body element to write the declarative representation of
  4377. * data to
  4378. * @param designContext
  4379. * the design context
  4380. *
  4381. * @since 8.1
  4382. */
  4383. protected void writeData(Element body, DesignContext designContext) {
  4384. getDataProvider().fetch(new Query<>())
  4385. .forEach(item -> writeRow(body, item, designContext));
  4386. }
  4387. private void writeRow(Element container, T item, DesignContext context) {
  4388. Element tableRow = container.appendElement("tr");
  4389. tableRow.attr("item", serializeDeclarativeRepresentation(item));
  4390. if (getSelectionModel().isSelected(item)) {
  4391. tableRow.attr("selected", true);
  4392. }
  4393. for (Column<T, ?> column : getColumns()) {
  4394. Object value = column.valueProvider.apply(item);
  4395. tableRow.appendElement("td")
  4396. .append(Optional.ofNullable(value).map(Object::toString)
  4397. .map(DesignFormatter::encodeForTextNode)
  4398. .orElse(""));
  4399. }
  4400. }
  4401. private SelectionMode getSelectionMode() {
  4402. GridSelectionModel<T> selectionModel = getSelectionModel();
  4403. SelectionMode mode = null;
  4404. if (selectionModel.getClass().equals(SingleSelectionModelImpl.class)) {
  4405. mode = SelectionMode.SINGLE;
  4406. } else if (selectionModel.getClass()
  4407. .equals(MultiSelectionModelImpl.class)) {
  4408. mode = SelectionMode.MULTI;
  4409. } else if (selectionModel.getClass().equals(NoSelectionModel.class)) {
  4410. mode = SelectionMode.NONE;
  4411. }
  4412. return mode;
  4413. }
  4414. /**
  4415. * Sets a user-defined identifier for given column.
  4416. *
  4417. * @see Column#setId(String)
  4418. *
  4419. * @param column
  4420. * the column
  4421. * @param id
  4422. * the user-defined identifier
  4423. */
  4424. protected void setColumnId(String id, Column<T, ?> column) {
  4425. if (columnIds.containsKey(id)) {
  4426. throw new IllegalArgumentException("Duplicate ID for columns");
  4427. }
  4428. columnIds.put(id, column);
  4429. }
  4430. @Override
  4431. protected Collection<String> getCustomAttributes() {
  4432. Collection<String> result = super.getCustomAttributes();
  4433. // "rename" for frozen column count
  4434. result.add("frozen-column-count");
  4435. result.add("frozen-columns");
  4436. // "rename" for height-mode
  4437. result.add("height-by-rows");
  4438. result.add("rows");
  4439. // add a selection-mode attribute
  4440. result.add("selection-mode");
  4441. return result;
  4442. }
  4443. /**
  4444. * Returns a column identified by its internal id. This id should not be
  4445. * confused with the user-defined identifier.
  4446. *
  4447. * @param columnId
  4448. * the internal id of column
  4449. * @return column identified by internal id
  4450. */
  4451. protected Column<T, ?> getColumnByInternalId(String columnId) {
  4452. return columnKeys.get(columnId);
  4453. }
  4454. /**
  4455. * Returns the internal id for given column. This id should not be confused
  4456. * with the user-defined identifier.
  4457. *
  4458. * @param column
  4459. * the column
  4460. * @return internal id of given column
  4461. */
  4462. protected String getInternalIdForColumn(Column<T, ?> column) {
  4463. return column.getInternalId();
  4464. }
  4465. private void setSortOrder(List<GridSortOrder<T>> order,
  4466. boolean userOriginated) {
  4467. Objects.requireNonNull(order, "Sort order list cannot be null");
  4468. // Update client state to display sort order.
  4469. List<String> sortColumns = new ArrayList<>();
  4470. List<SortDirection> directions = new ArrayList<>();
  4471. order.stream().forEach(sortOrder -> {
  4472. sortColumns.add(sortOrder.getSorted().getInternalId());
  4473. directions.add(sortOrder.getDirection());
  4474. });
  4475. getState().sortColumns = sortColumns.toArray(new String[0]);
  4476. getState().sortDirs = directions.toArray(new SortDirection[0]);
  4477. sortOrder.clear();
  4478. sortOrder.addAll(order);
  4479. sort(userOriginated);
  4480. }
  4481. private void sort(boolean userOriginated) {
  4482. // Set sort orders
  4483. // In-memory comparator
  4484. getDataCommunicator().setInMemorySorting(createSortingComparator(),
  4485. false);
  4486. // Back-end sort properties
  4487. List<QuerySortOrder> sortProperties = new ArrayList<>();
  4488. sortOrder.stream().map(
  4489. order -> order.getSorted().getSortOrder(order.getDirection()))
  4490. .forEach(s -> s.forEach(sortProperties::add));
  4491. getDataCommunicator().setBackEndSorting(sortProperties, true);
  4492. // Close grid editor if it's open.
  4493. if (getEditor().isOpen()) {
  4494. getEditor().cancel();
  4495. }
  4496. fireEvent(new SortEvent<>(this, new ArrayList<>(sortOrder),
  4497. userOriginated));
  4498. }
  4499. /**
  4500. * Creates a comparator for grid to sort rows.
  4501. *
  4502. * @return the comparator based on column sorting information.
  4503. */
  4504. protected SerializableComparator<T> createSortingComparator() {
  4505. /*
  4506. * thenComparing is defined to return a serializable comparator as long
  4507. * as both original comparators are also serializable
  4508. */
  4509. BinaryOperator<SerializableComparator<T>> operator = (comparator1,
  4510. comparator2) -> comparator1.thenComparing(comparator2)::compare;
  4511. return sortOrder.stream().map(
  4512. order -> order.getSorted().getComparator(order.getDirection()))
  4513. .reduce((x, y) -> 0, operator);
  4514. }
  4515. @Override
  4516. protected void internalSetDataProvider(DataProvider<T, ?> dataProvider) {
  4517. super.internalSetDataProvider(dataProvider);
  4518. for (Column<T, ?> column : getColumns()) {
  4519. column.updateSortable();
  4520. }
  4521. }
  4522. }